mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 12:58:45 +01:00
Merge branch 'main' of github.com:welpo/tabi
This commit is contained in:
commit
89ebc6d253
50 changed files with 861 additions and 227 deletions
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Markdown examples"
|
||||
date = 2023-01-31
|
||||
updated = 2024-11-23
|
||||
updated = 2025-02-21
|
||||
description = "This post showcases some examples of Markdown formatting, including a table, code blocks and tags, quotes, tables, and footnotes."
|
||||
|
||||
[taxonomies]
|
||||
|
|
@ -105,4 +105,6 @@ In Rust, you declare a mutable variable with `let mut x = 5;`, whereas in Python
|
|||
>
|
||||
> — Charlie Kaufman, Synecdoche, New York
|
||||
|
||||
---
|
||||
|
||||
[^1]: And here's an example of a footnote!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue