Uncategorized

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: [...]

2024-08-29T20:16:57-03:00June 17, 2024|

Testing Highlight.js

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 [...]

2024-08-12T15:12:25-03:00June 4, 2024|

Post Guidelines

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 [...]

2024-08-04T00:17:39-03:00April 8, 2024|

Post Guidelines – Outdated (Google Prettify)

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 [...]

2024-04-08T02:36:28-03:00February 28, 2018|
Go to Top