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/10 22:49] – Markdown plugin: Version notes 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 180: Line 177:
 [id]: http://example.com/ "Enter optional title here"  [id]: http://example.com/ "Enter optional title here" 
  
-[id]: <http://example.com/> "Optional title here" </code>+[id]: <http://example.com/> "Optional title here" 
 + 
 +[Link back to header 1](#header1) </code>
  
 ==== Footnotes ==== ==== Footnotes ====
Line 194: Line 193:
  
  
-==== emphasis ====+==== Emphasis ====
 <code>*Single asterisk  <code>*Single asterisk 
  
Line 212: 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>
  
  
Line 244: Line 274:
  
 === Changelog: === === Changelog: ===
-== 2024-01-21 (V1.2.3) ==+== 2024-02-10 (V1.2.3) ==
   * added CSS for simple tables and footnotes   * added CSS for simple tables and footnotes
   * update doc_markdown.txt   * update doc_markdown.txt
res/plugins/markdown.1707601753.txt.gz · Last modified: by fraenkiman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki