mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: improve footnotes and <hr>
styling
Fixes multiple footnotes having a horizontal line above each.
This commit is contained in:
parent
6b00aae20e
commit
a1ceb74785
4 changed files with 17 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Markdown examples"
|
||||
date = 2023-01-31
|
||||
updated = 2023-07-08
|
||||
updated = 2023-08-02
|
||||
description = "This post showcases some examples of Markdown formatting, including a table, code blocks and tags, quotes, tables, and footnotes."
|
||||
|
||||
[taxonomies]
|
||||
|
@ -69,5 +69,6 @@ Lorem ipsum `dolor` sit amet, `consectetur adipiscing` elit.
|
|||
>
|
||||
> — Charlie Kaufman, Synecdoche, New York
|
||||
|
||||
<hr>
|
||||
|
||||
[^1]: And here's an example of a footnote!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue