Create PowerPoint from Markdown
Pandoc Pandoc understands a number of useful markdown syntax extensions, including document metadata (title, author, date); footnotes; tables; definition lists; superscript and subscript; strikeout; enhanced ordered lists (start number and…
Markdown fundamental
https://www.teachonetofish.net/vs-code-markdown-guide --- Basic Formatting Bold: **Bold** Emphasized: *Emphasized* Strikethrough : ~~Strikethrough~~ Horizontal rules: --- (three hyphens), *** (three asterisks), or ___ (three underscores). Headings All heading levels (e.g. H1, H2, etc), are marked by # at the beginning of a line. For…
Markdown advanced formatting
Markdown tutorial advanced formatting Table 1.1. Draw Table 1.2. Table alignmentKeyboard Details Markdown Tutorial 1. Table 1.1. Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create…
Markdown Guide
1. Table 1.1. Draw Table1.2. Table alignmentKeyboardDetails Markdown Tutorial 1.1. Draw Table You can create tables with pipes | and hyphens -. Hyphens are used to create each column's header, while pipes separate each…