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 04:02] – Simple tables added fraenkiman | res:plugins:markdown [2026/05/01 16:46] (current) – [Download] fraenkiman | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ===== Download ===== | ===== Download ===== | ||
| - | {{res: | + | <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: | ||
| Get it directly from GitHub: https:// | Get it directly from GitHub: https:// | ||
| Line 131: | Line 136: | ||
| <insert code here> </ | <insert code here> </ | ||
| - | ==== Code blocks ==== | ||
| - | < | ||
| - | The tag is a code block. | ||
| - | An example in AppleScript: | + | ==== Definition Lists ==== |
| - | | + | < |
| - | | + | : Pomaceous fruit of plants of the genus Malus in |
| - | end tell </ | + | |
| + | |||
| + | Orange | ||
| + | : The fruit of an evergreen tree of the genus Citrus. | ||
| + | |||
| ==== Simple tables ==== | ==== Simple tables ==== | ||
| - | First Header | + | < |
| ------------- | ------------- | ------------- | ------------- | ||
| Content Cell | Content Cell | Content Cell | Content Cell | ||
| Line 149: | Line 156: | ||
| | ------------- | ------------- | | | ------------- | ------------- | | ||
| | Content Cell | Content Cell | | | Content Cell | Content Cell | | ||
| - | | Content Cell | Content Cell | | + | | Content Cell | Content Cell | </ |
| A colon at the left of the separator line will make the column left-aligned; | A colon at the left of the separator line will make the column left-aligned; | ||
| - | | Item | Value | | + | < |
| | --------- | -----:| | | --------- | -----:| | ||
| | Computer | | Computer | ||
| | Phone | | Phone | ||
| - | | Pipe | $1 | | + | | Pipe | $1 | </ |
| ==== Links ==== | ==== Links ==== | ||
| Line 170: | Line 177: | ||
| [id]: http:// | [id]: http:// | ||
| - | [id]: < | + | [id]: < |
| + | |||
| + | [Link back to header 1](# | ||
| ==== Footnotes ==== | ==== Footnotes ==== | ||
| Line 179: | Line 188: | ||
| ==== Automatic links ==== | ==== Automatic links ==== | ||
| - | < | + | < |
| < | < | ||
| - | ==== emphasis | + | ==== Emphasis |
| < | < | ||
| Line 202: | 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 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.1707534134.txt.gz · Last modified: by fraenkiman
