History: Converting from Tiki syntax to Markdown
Source of version: 5
Copy to clipboard
! {{page}} New in ((Tiki25)): Native support for Markdown. But what if you have content in Tiki syntax? !! Test what conversion will do {CODE()} php console.php markdown:convert --markdown {CODE} !! Do the actual conversion Make sure you have a backup before you do this. {CODE()} php console.php markdown:convert --markdown --save {CODE} !! Notes * ((MakeTOC)) has been deprecated and is not available in Markdown. Please use ((PluginAutoTOC)) instead. * Some content can't be automatically converted so you'll have to do manually (it will be indicated)