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 02:52] – [Markdown Plugin] fraenkiman | res:plugins:markdown [2026/05/01 16:46] (current) – [Download] fraenkiman | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Author: [[https:// | Author: [[https:// | ||
| - | ==== Description ==== | + | ===== Description |
| Provides [[http:// | Provides [[http:// | ||
| 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 |
| - | | + | |
| + | |||
| + | Orange | ||
| + | : The fruit of an evergreen tree of the genus Citrus. </ | ||
| + | |||
| + | |||
| + | |||
| + | ==== Simple tables ==== | ||
| + | < | ||
| + | ------------- | ------------- | ||
| + | Content Cell | Content Cell | ||
| + | Content Cell | Content Cell | ||
| + | |||
| + | | First Header | ||
| + | | ------------- | ------------- | | ||
| + | | Content Cell | Content Cell | | ||
| + | | Content Cell | Content Cell | </ | ||
| + | |||
| + | A colon at the left of the separator line will make the column left-aligned; | ||
| + | |||
| + | < | ||
| + | | --------- | -----:| | ||
| + | | Computer | ||
| + | | Phone | ||
| + | | Pipe | $1 | </ | ||
| ==== Links ==== | ==== Links ==== | ||
| Line 151: | Line 177: | ||
| [id]: http:// | [id]: http:// | ||
| - | [id]: < | + | [id]: < |
| + | |||
| + | [Link back to header 1](# | ||
| ==== Footnotes ==== | ==== Footnotes ==== | ||
| < | < | ||
| - | Second text with a footnote.[^2] | + | Second text with a footnote[^2]. |
| [^1]: The footnote text can be placed at the end of the page. | [^1]: The footnote text can be placed at the end of the page. | ||
| [^2]: This footnote text can also be placed at the end of the page. </ | [^2]: This footnote text can also be placed at the end of the page. </ | ||
| ==== Automatic links ==== | ==== Automatic links ==== | ||
| - | < | + | < |
| < | < | ||
| - | ==== emphasis | + | ==== Emphasis |
| < | < | ||
| Line 183: | 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 215: | 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.1707529956.txt.gz · Last modified: by fraenkiman
