Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Latest commit

 

History

History
63 lines (56 loc) · 1.49 KB

README.md

File metadata and controls

63 lines (56 loc) · 1.49 KB

Markdown

Return to top README.md

Code Blocks

Formatting code block guide, list of available tags

Some useful tags:

Batchfile Jupyter Notebook R
BibTeX Makefile bash
Click Markdown SQL
CSV Numpy TeX
Dockerfile Pickle Text
GraphQL PowerShell TOML
Ignore List Python Vim Snippet
JSON Python console XML
JSON with Comments Python traceback YAML

LaTeX equation formatting for Markdown

In a Markdown file, the following syntax

$y=mx+b$

displays as $y=mx+b$

YAML Header

Guide