aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content.pt/blog/markdown-syntax.md15
-rw-r--r--exampleSite/content/blog/markdown-syntax.md15
2 files changed, 12 insertions, 18 deletions
diff --git a/exampleSite/content.pt/blog/markdown-syntax.md b/exampleSite/content.pt/blog/markdown-syntax.md
index 4158548..59d8dd5 100644
--- a/exampleSite/content.pt/blog/markdown-syntax.md
+++ b/exampleSite/content.pt/blog/markdown-syntax.md
@@ -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.
diff --git a/exampleSite/content/blog/markdown-syntax.md b/exampleSite/content/blog/markdown-syntax.md
index 4e3aa72..c16ae67 100644
--- a/exampleSite/content/blog/markdown-syntax.md
+++ b/exampleSite/content/blog/markdown-syntax.md
@@ -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.