History: PluginMarkdown
Source of version: 2
Copy to clipboard
! Plugin Markdown ''Introduced in ((Tiki20))'' Use this ((wiki plugin)) to parse a page content using Markdown syntax. CommonMark flavor of Markdown was used for the implementation. See https://commonmark.thephpleague.com/ {maketoc} !!Parameters {pluginmanager plugin="markdown"} !!Examples !!!Example 1 ''This code:'' {CODE(colors="markdown" theme="default" ln="1")}{MARKDOWN()} # This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag *This text will be italic* (hard line break after this because of two spaces -->) _This will also be italic_ **This text will be bold** (there's alternative syntax for line break after this parenthesis)\ __This will also be bold__ _You **can** combine them_ {MARKDOWN}{CODE} ''Would produce on this site:'' {REMARKSBOX()}Please note the example below will work when the site will get upgraded to Tiki 20 and the plugin gets enabled. In the meantime you can see the demo here: https://demo.luciash.eu/tikitrunk/tiki-index.php?page=PluginMarkdown{REMARKSBOX} {MARKDOWN()} # This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag *This text will be italic* (hard line break after this because of two spaces -->) _This will also be italic_ **This text will be bold** (there's alternative syntax for line break after this parenthesis)\ __This will also be bold__ _You **can** combine them_ {MARKDOWN} !!Related pages * https://dev.tiki.org/Markdown * ... !!Aliases