Markdown - a mark up language
Table with math
For complicated table, HTML must be used, which supports merged cell as well.
However, math expressions surrounded by $ is not applicable.
To bypass this limit, we may use \begin{tabular} to create a table in math
environment. In such case, due to the missing multi{column, row} package,
merged cells are not available as a tradeoff.
In conclusion, there is no apparent solution for a table with both merged cells and math expressions.
Syntax
One big problem about Markdown is that there are multiple “local dialects”.
Symbols
- Complete list of GitHub Markdown emojis
- Using Unicode code points in Markdown,
e.g.,
€,€,€. See Unicode for explanation.
Write and cite
Authoring Markdown with Zotero - My Workflow
Markdown is also used in obsidian.