Ahhh… Markdown!
May 31, 2012 · CommentsBloggingCMSWordPress
I have only recently discovered markdown, but I love it! I am using this plug-in: WP-Markdown
Here is some php code:
<?php
echo "Hello World";
?>
I am using the built-in Prettify library from Google that comes with WP-Markdown.
I wonder if it will work on my phone…?
**EDIT****
So I (re)discovered a little but in this implementation of markdown. When you insert an image, the markdown and the shortcode interact in a back way which will break your image links…