I remember when I moved off Wordpress to Jekyll, all my Wordpress stuff was in Textile using a Textile plugin. When I migrated off, I used a plugin that ran everything through the HTML rendered and exported it.
My new stuff is in Kramdown, and my old stuff is HTML with some Jekyll headers at the top. I did have to go back through some of it and clean it up too.
If I move to something new, I'd just render everything I have with Kramdown into HTML and move on to the next thing.
That's sadly how we have to deal with these engines.
My new stuff is in Kramdown, and my old stuff is HTML with some Jekyll headers at the top. I did have to go back through some of it and clean it up too.
If I move to something new, I'd just render everything I have with Kramdown into HTML and move on to the next thing.
That's sadly how we have to deal with these engines.