lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.16k stars 228 forks source link

Preserve [[...]] #130

Open Martien opened 2 weeks ago

Martien commented 2 weeks ago

Is there a way to preserve double square brackets in the source?

For example, I have [[Creativity World Forum 2008]] in my post that gets replaced by interblog link (link to another post in same blog) by a plugin. Just like with MediaWiki markup.

I’d like to either preserve the double square brackets or have them replaced by

    <title><![CDATA[Creativity World Forum 2008]]></title>
    <link>http://aardbron.nl/creativity-world-forum-2008/</link>