So this is a test of the Markdown capabilities on the Q&A plugin.
Works pretty well, the question (feature) now becomes how to get actual syntax highlighting working for code blocks…
Looks like another filter is needed to tie this in with CodeMirror somehow..?
bold**bold**
*italics*italics
Footnote: ^1
- List 1
- List 1
- List 2
- List 2
- List 3
- List 3
Quote
Quoted quote
quote of the quote of the quote
some code
a code block
#someelement {
somestyle: somevalue;
}
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
1 Answers
The Heading markdown may need a further fix.
They work initially but upon editing are converted to a format that does not work.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Line Breaks are not working the best either.
Links and Images…
Please login or Register to submit your answer
Staff replied 8 years ago
comment
markdown testStaff replied 8 years ago
is
comment markdown
really working?