User Tools

Site Tools


res:plugins:markdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
res:plugins:markdown [2024/02/11 14:36] – [Links] fraenkimanres:plugins:markdown [2026/05/01 16:46] (current) – [Download] fraenkiman
Line 18: Line 18:
  
 ===== Download ===== ===== Download =====
 +<WRAP right round important 350px>
 +**Note:**
 +This plugin is no longer being developed. No bug fixes are currently being made.
 +Please use the [[parsedown|Parsedown plugin]].
 +</WRAP>
 {{res:plugins:vast:markdown1_2_3.zip|}} for [[https://github.com/flatpressblog/flatpress/releases/download/1.3.beta1/flatpress_1_3_beta1.zip|FlatPress 1.3 "Andante" Beta 1]] or higher {{res:plugins:vast:markdown1_2_3.zip|}} for [[https://github.com/flatpressblog/flatpress/releases/download/1.3.beta1/flatpress_1_3_beta1.zip|FlatPress 1.3 "Andante" Beta 1]] or higher
  
Line 141: Line 146:
  
  
-==== Code blocks ==== 
-<code>This is a normal paragraph.  
-    The tag is a code block.  
- 
-An example in AppleScript:  
-    tell application "Foo"  
-        beep  
-    end tell </code> 
  
 ==== Simple tables ==== ==== Simple tables ====
Line 196: Line 193:
  
  
-==== emphasis ====+==== Emphasis ====
 <code>*Single asterisk  <code>*Single asterisk 
  
Line 214: Line 211:
  
 ==== Code ==== ==== Code ====
-<code>Use the `printf()` function to output text +<code>This is a normal paragraph.  
 +    The tag is a code block.  
 + 
 +An example in AppleScript:  
 +    tell application "Foo"  
 +        beep  
 +    end tell 
 + 
 +Use the `printf()` function to output text 
 ``Somewhere here (`) a backtick is hidden.``  ``Somewhere here (`) a backtick is hidden.`` 
  
-Nobody uses ``<blink>` tags </code>+Nobody uses ``<blink>` tags 
 + 
 +```` 
 +<?php  
 +       echo "Hello"; 
 +?> 
 +```` 
 + 
 +This is a paragraph introducing: 
 +~~~~~~~~~~~~~~~~~~~~~ 
 +a one-line code block 
 +~~~~~~~~~~~~~~~~~~~~~ 
 + 
 +`````````````````` 
 +another code block 
 +`````````````````` 
 + 
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .html 
 +<p>paragraph <b>emphasis</b> 
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 + 
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.html #example-1} 
 +<p>paragraph <b>emphasis</b> 
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </code>
  
  
res/plugins/markdown.1707658584.txt.gz · Last modified: by fraenkiman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki