Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jakewies/hugo-theme-codex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkentnek <itaqmail@gmail.com>2020-06-23 19:19:05 +0300
committerkentnek <itaqmail@gmail.com>2020-06-23 19:19:05 +0300
commit21cb64b30826438df6e326d52cddd080d929b2ee (patch)
tree0e9c5e3cc61bb852bde5696de137d3e986653459 /exampleSite
parent08ceb1672ff333497cf47ae587da45a8cc9df4f3 (diff)
modify blockquote style
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/blog/markdown-syntax.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index f6672a4..c796a6c 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -38,6 +38,14 @@ The blockquote element represents content that is quoted from another source, op
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
+#### Blockquote with attribution
+
+> Simplicity is the ultimate sophistication.
+> — <cite>Leonardo da Vinci[^1]</cite>
+
+[^1]: The above quote is often attributed to Leonardo da Vinci but there is no concrete evidence to support this.
+
+
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.