Skip to content
Toward Polymath
Go back

Markdown syntax

This blog, like most gitblog, is based on jekyll written in ruby language. jekyll acts as an interpreter that receives files written in md and Markdown as input and converts them into static web pages. So, in this article, I would like to summarize the Markdown grammar.

Contents format

h1

h2

h3

h4

h5
h6

Contents sytle

etc

block setting
+ Syntax
    ```
    <div markdown="1">block setting</div>
    ```

Reference

https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/organizing-information-with-tables
https://heropy.blog/2017/09/30/markdown/
https://simhyejin.github.io/2016/06/30/Markdown-syntax/

Footnotes

  1. footnote explanation


Share this post:

Previous Post
마크다운 수식
Next Post
마크다운 문법