Test format
Math
INFO
Test
Inline
Note
DG: Supported, But can't be in the same line, must start another line
Obsidian: Supported.
Hugo: Supported.
Note
Hugo: the color not supported. Lavender
, Ok with green
Obsidian: Supported.
DG: Supported. GitHub - oleeskild/digitalgarden
- Should display error or not rendered
Warning
Hugo: Not supported. \left\{
, Can use \left(
or \left\lbrace
Please use
\\
instead of \\\\
Code
import os
print("A message")
Other
Closed by default
Folding/Collapsable callout
Open by default
Folding/Collapsable callout
A new line is required between the label and the content to be used correctly in Hugo
MathJax / LaTex
MathJax basic tutorial and quick reference
Inline
- Should display error
Please use
\left\(
or \left\lbrace
instead of \left\{
- Should not displayed
Please use
\ast
instead of \*
, when there have many ***
in the formula, the formula will not render.
Hugo: Supported.
DG: some error. \*
Obsidian: same as DG \*
- Should not displayed
You must replace
_
to \_
Hugo: The real reason is _
, Otherwise this formula will not render.
Misc
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Symblos
When space
shown in this formula, that will not render.
- Do not understand why a new page can be rendered, or delete the space and line feed can be rendered
$$
\left\langle
q
\middle\|
\frac{\frac{x}{y}}{\frac{u}{v}}
\middle|
p
\right\rangle
$$
Info
Hugo: Support on MathJax, And use mathj:true
. But sometimes not displayed. Or use <div></div>