Descripció
Harrix MarkdownFile is a plugin to display Markdown files with syntax highlighting in WordPress.
Demo
http://blog.harrix.org/?p=1336
The plugin uses the libraries:
- parsedown: http://parsedown.org/
- highlightjs.org: https://highlightjs.org/
Usage
[markdown-file][/markdown-file]
This shortcode embeds markdown file by url.
[markdown-file]https://raw.github.com/Harrix/HarrixQtLibrary/master/README.md[/markdown-file]
Captures
Instal·lació
- Upload the
harrix-markdownfile
folder to the/wp-content/plugins/
directory - Activate the Harrix MarkdownFile plugin through the ‘Plugins’ menu in WordPress
PMF
The code in the added file does not look like in the example
The plug only highlights code in the added file. Appearance code (text size, font, spacing, etc.) is determined by the design of your WordPress site.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Harrix MarkdownFile» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Harrix MarkdownFile» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.2
- Using the new Markdown parser.
- Changing the default shortcode to [markdown-file].
1.1
- Corrections on the remarks the team WordPress.
1.0
- First Version.