res:plugins:markdown
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| res:plugins:markdown [2024/02/10 22:46] – [Download] fraenkiman | res: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]]. | ||
| + | </ | ||
| {{res: | {{res: | ||
| Line 141: | Line 146: | ||
| - | ==== Code blocks ==== | ||
| - | < | ||
| - | The tag is a code block. | ||
| - | |||
| - | An example in AppleScript: | ||
| - | tell application " | ||
| - | beep | ||
| - | end tell </ | ||
| ==== Simple tables ==== | ==== Simple tables ==== | ||
| Line 180: | Line 177: | ||
| [id]: http:// | [id]: http:// | ||
| - | [id]: < | + | [id]: < |
| + | |||
| + | [Link back to header 1](# | ||
| ==== Footnotes ==== | ==== Footnotes ==== | ||
| Line 194: | Line 193: | ||
| - | ==== emphasis | + | ==== Emphasis |
| < | < | ||
| Line 212: | Line 211: | ||
| ==== Code ==== | ==== Code ==== | ||
| - | < | + | < |
| + | The tag is a code block. | ||
| + | |||
| + | An example in AppleScript: | ||
| + | tell application " | ||
| + | beep | ||
| + | end tell | ||
| + | |||
| + | Use the `printf()` function to output text | ||
| ``Somewhere here (`) a backtick is hidden.`` | ``Somewhere here (`) a backtick is hidden.`` | ||
| - | Nobody uses ``< | + | Nobody uses ``< |
| + | |||
| + | ```` | ||
| + | <?php | ||
| + | echo " | ||
| + | ?> | ||
| + | ```` | ||
| + | |||
| + | This is a paragraph introducing: | ||
| + | ~~~~~~~~~~~~~~~~~~~~~ | ||
| + | a one-line code block | ||
| + | ~~~~~~~~~~~~~~~~~~~~~ | ||
| + | |||
| + | `````````````````` | ||
| + | another code block | ||
| + | `````````````````` | ||
| + | |||
| + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .html | ||
| + | < | ||
| + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| + | |||
| + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.html # | ||
| + | < | ||
| + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| Line 244: | 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.1707601582.txt.gz · Last modified: by fraenkiman
