Everything you need to know :)
.:: FlatPress Home :: FlatPress support forum :: FlatPress@Twitter ::.
Provides Markdown markup in posts.
Get it directly from GitHub: https://github.com/flatpressblog/flatpress-extras/tree/master/fp-plugins/markdown
When the plugin is activated, both BBCode and Markdown syntax will be parsed:
[b]This is bold (by BBCode)[/b]<br> **And this also is (by Markdown)**
Result:
This is bold (by BBCode)
And this also is (by Markdown)