This is cool.
aaand by toggling back and forth I can refresh myself easily on on the syntax which I forget if I don’t use it for awhile.
who knows how much it supports?
I should go crazy and find out or I could just read the files heh I saw some of the stuff it translates back and forth from html to md.
- First item
- Second item
- Third item
blockquote
- First item
- Second item
- Third item
- 4th
- 5th
- 6th 7.
Can code styling work? as per SyntaxHighlighter?
failed exp:
(defn hello [] (println "Hello, world!"))blablabla
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn goodnight-and-goodbye [] ( "will this work in WP syntax highlighting?" println "Goodnight and goodbye!") )