History: Converting from Tiki syntax to Markdown
Preview of version: 4
Converting from Tiki syntax to Markdown
New in Tiki25: Native support for Markdown. But what if you have content in Tiki syntax?
Test what conversion will do
Copy to clipboard
php console.php markdown:convert --markdown
Do the actual conversion
Make sure you have a backup before you do this.
Copy to clipboard
php console.php markdown:convert --markdown --save
Notes
- MakeTOC has been deprecated and is not available in Markdown. Please use PluginAutoTOC instead.