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 04:02] – [Simple tables] fraenkimanres:plugins:markdown [2026/05/01 16:46] (current) – [Download] fraenkiman
Line 18: Line 18:
  
 ===== Download ===== ===== Download =====
-{{res:plugins:vast:markdown_1_2_2.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+<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
  
 Get it directly from GitHub: https://github.com/flatpressblog/flatpress-extras/tree/master/fp-plugins/markdown Get it directly from GitHub: https://github.com/flatpressblog/flatpress-extras/tree/master/fp-plugins/markdown
Line 131: Line 136:
     <insert code here> </code>     <insert code here> </code>
  
-==== Code blocks ==== 
-<code>This is a normal paragraph.  
-    The tag is a code block.  
  
-An example in AppleScript:  +==== Definition Lists ==== 
-    tell application "Foo"  +<code>Apple 
-        beep  +  Pomaceous fruit of plants of the genus Malus in  
-    end tell </code>+    the family Rosaceae. 
 + 
 +Orange 
 +:   The fruit of an evergreen tree of the genus Citrus. </code> 
 + 
  
 ==== Simple tables ==== ==== Simple tables ====
Line 149: Line 156:
 | ------------- | ------------- | | ------------- | ------------- |
 | Content Cell  | Content Cell  | | Content Cell  | Content Cell  |
-| Content Cell  | Content Cell  |+| Content Cell  | Content Cell  | </code>
  
 A colon at the left of the separator line will make the column left-aligned; a colon on the right of the line will make the column right-aligned; colons at both side means the column is center-aligned. A colon at the left of the separator line will make the column left-aligned; a colon on the right of the line will make the column right-aligned; colons at both side means the column is center-aligned.
  
-| Item      | Value |+<code>| Item      | Value |
 | --------- | -----:| | --------- | -----:|
 | Computer  | $1600 | | Computer  | $1600 |
Line 170: 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 179: Line 188:
  
 ==== Automatic links ==== ==== Automatic links ====
-<code><http: //example.com/>+<code><https://example.com/>
  
 <address@example.com> </code> <address@example.com> </code>
  
  
-==== emphasis ====+==== Emphasis ====
 <code>*Single asterisk  <code>*Single asterisk 
  
Line 202: 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 234: Line 274:
  
 === Changelog: === === Changelog: ===
 +== 2024-02-10 (V1.2.3) ==
 +  * added CSS for simple tables and footnotes
 +  * update doc_markdown.txt
 == 2024-01-21 (V1.2.2) == == 2024-01-21 (V1.2.2) ==
   * Contains the latest SmartyPants Lib 1.8.1 and Markdown 2.0.0   * Contains the latest SmartyPants Lib 1.8.1 and Markdown 2.0.0
  
res/plugins/markdown.1707534176.txt.gz · Last modified: by fraenkiman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki