YAML header on posts
This commit is contained in:
parent
1c249d7b3f
commit
4b84339a4f
@ -1,12 +1,9 @@
|
||||
+++
|
||||
title = "Guia da sintaxe markdown"
|
||||
date = "2020-01-03"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = [
|
||||
"markdown",
|
||||
"syntax",
|
||||
]
|
||||
+++
|
||||
---
|
||||
title: "Guia da sintaxe markdown"
|
||||
date: "2020-01-03"
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["markdown", "syntax"]
|
||||
---
|
||||
|
||||
For a quick cheatsheet, check out https://simplemde.com/markdown-guide.
|
||||
|
||||
|
@ -1,12 +1,9 @@
|
||||
+++
|
||||
title = "Markdown Syntax Guide"
|
||||
date = "2020-01-03"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = [
|
||||
"markdown",
|
||||
"syntax",
|
||||
]
|
||||
+++
|
||||
---
|
||||
title: "Markdown Syntax Guide"
|
||||
date: "2020-01-03"
|
||||
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags: ["markdown", "syntax"]
|
||||
---
|
||||
|
||||
For a quick cheatsheet, check out https://simplemde.com/markdown-guide.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user