[READ-ONLY] Mirror of https://github.com/shuuji3/pukiwiki-plugin-markdown. ๐Ÿ“ Pukiwiki plugin for rendering Markdown string.
markdown plugin pukiwiki
0

Configure Feed

Select the types of activity you want to include in your feed.

PHP 100.0%
8 1 0

Clone this repository

https://git.vm.fail/shuuji3.xyz/pukiwiki-plugin-markdown https://git.vm.fail/did:plc:2ytsyphufzrpnasihrapm2ou
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/pukiwiki-plugin-markdown ssh://git@knot1.tangled.sh:2222/did:plc:2ytsyphufzrpnasihrapm2ou

For self-hosted knots, clone URLs may differ based on your setup.


README.md

pukiwiki-plugin-markdown#

Pukiwiki plugin for rendering Markdown string.

Usage#

  1. Place markdown.inc.php on <pukiwiki-root-directory>/plugin/.
  2. Wrap the strings you'd like to render as Markdown with #markdown{{ and }}.

Known Bugs#

  • Headers are not shown in the #contents TOC list.

Thanks#

  • markdown-it/markdown-it: Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed