I can already parse a Markdown file to HTML but my problem is getting that markdown file from a URL instead of a local file. Below is the code I have:
Tag: markdown
Google Code Prettify with Markdown is not working
Google Code Prettify is working fine, but when I am using the Markdown content and show the content from the database, Prettify isn’t working properly (link of live result). This is what I am doing: Getting content with <textarea name=”article_content” id=”wmd-input” class=”wmd-panel”></textarea> Then store output after (I am using PDO) Markdown($_POST[‘article_content’]) But in the result, the part I wrote in