This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.HeadingsThe following HTML <h1>—<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.H1H2H3H4H5H6ParagraphXerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.BlockquotesThe blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.Blockquote without attributionTiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.Blockquote with attributionDon’t communicate by sharing memory, share memory by communicating. — Rob Pike1TablesTables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.NameAgeBob27Alice23Inline Markdown within tablesItalicsBoldCodeitalicsboldcodeCode BlocksCode block with backticks 1 diff --git a/math-typesetting/index.html b/math-typesetting/index.html index 4647c89..3e9a231 100644 --- a/math-typesetting/index.html +++ b/math-typesetting/index.html @@ -1,4 +1,4 @@ -Hugo on Minima - Math Typesetting🌝Hugo on Minima - Math Typesetting🌝TagsSeriesENZHMath TypesettingPost at — Jul 18, 2021A brief guide to setup KaTeX.Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.In this example we will be using KaTeXCreate a partial under /layouts/partials/math.htmlWithin this partial reference the Auto-render Extension or host these scripts locally.Include the partial in your templates like so:1 2 3 diff --git a/mermaid-graphs/index.html b/mermaid-graphs/index.html index 07064f0..6e3e637 100644 --- a/mermaid-graphs/index.html +++ b/mermaid-graphs/index.html @@ -1,4 +1,4 @@ -Hugo on Minima - Mermaid Graphs🌝Hugo on Minima - Mermaid Graphs🌝TagsSeriesENZHMermaid GraphsPost at — Jul 18, 2021A brief guide to setup Mermaid.Here’s a simple mermaid flowchart.graph LR Start --> StopFor more documentations on Mermaid, check out mermaid.
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.In this example we will be using KaTeXCreate a partial under /layouts/partials/math.htmlWithin this partial reference the Auto-render Extension or host these scripts locally.Include the partial in your templates like so:1 2 3 diff --git a/mermaid-graphs/index.html b/mermaid-graphs/index.html index 07064f0..6e3e637 100644 --- a/mermaid-graphs/index.html +++ b/mermaid-graphs/index.html @@ -1,4 +1,4 @@ -Hugo on Minima - Mermaid Graphs🌝Hugo on Minima - Mermaid Graphs🌝TagsSeriesENZHMermaid GraphsPost at — Jul 18, 2021A brief guide to setup Mermaid.Here’s a simple mermaid flowchart.graph LR Start --> StopFor more documentations on Mermaid, check out mermaid.
Here’s a simple mermaid flowchart.graph LR Start --> StopFor more documentations on Mermaid, check out mermaid.