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:45] – [Code] 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 
- 
-```` 
-<?php  
-       echo "Hello"; 
-?> 
-```` </code> 
  
 ==== Simple tables ==== ==== Simple tables ====
Line 202: Line 193:
  
  
-==== emphasis ====+==== Emphasis ====
 <code>*Single asterisk  <code>*Single asterisk 
  
Line 237: Line 228:
        echo "Hello";        echo "Hello";
 ?> ?>
-```` </code>+```` 
 + 
 +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.1707659125.txt.gz · Last modified: by fraenkiman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki