Testing Markdown Parser
Testing code blocks in HTML tags Testing Markdown inside a details/summary block Hidden Code Sample ```js console.log('5'); ``` console.log('5'); Testing markdown wrapped in a DIV Test H2 Code sample: [...]
Testing code blocks in HTML tags Testing Markdown inside a details/summary block Hidden Code Sample ```js console.log('5'); ``` console.log('5'); Testing markdown wrapped in a DIV Test H2 Code sample: [...]
Testing command line code hint (cmd): rem This is a test netsh delete ipport=0.0.0.0:44369 Code fence with no lang hint will have language auto-detected by highlight.js: ``` console.log("this is a [...]
Background This site uses Markdown for simplified input. Specifically, it adheres to the CommonMark spec. Code is highlighted using highlight.js. Adding Code to a Post There are two ways to [...]
Background This site uses Markdown for simplified input and Google Prettify for syntax highlighting. Adding Code to a Post There are two ways to add code to a post using [...]