Background Unfortunately, some of the code shared online is not always well formated. Markdown Thankfully markdown offers a way to add code to blog posts and comments. Convention To add markdown, please prefix with three backticks ( ```) followed by the language. Embed code. And, closeout by adding the same three backticks ( … Continue reading Markdown and Code
Markdown
Markdown – Editors
Background Needing to quickly add readme ( help ) to a GitHub Repository. What is Markdown Wikipedia Link Markdown is a lightweight markup language with plain text formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. Markdown is often used … Continue reading Markdown – Editors