mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
Remove Gist sections from code syntax and markdown syntax guides
This commit is contained in:
@@ -4,7 +4,7 @@ title: "Code Syntax Guide"
|
|||||||
date: "2019-03-10"
|
date: "2019-03-10"
|
||||||
description: "Sample article showcasing basic code syntax and formatting for HTML elements."
|
description: "Sample article showcasing basic code syntax and formatting for HTML elements."
|
||||||
summary: "Sample article showcasing basic code syntax and formatting for HTML elements."
|
summary: "Sample article showcasing basic code syntax and formatting for HTML elements."
|
||||||
tags: ["markdown", "syntax", "code", "gist"]
|
tags: ["markdown", "syntax", "code",]
|
||||||
categories: ["themes", "syntax"]
|
categories: ["themes", "syntax"]
|
||||||
series: ["Themes Guide"]
|
series: ["Themes Guide"]
|
||||||
ShowToc: true
|
ShowToc: true
|
||||||
@@ -149,7 +149,3 @@ This is pre text
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
### Github Gist
|
|
||||||
|
|
||||||
{{< gist adityatelange 376cd56ee2c94aaa2e8b93200f2ba8b5 >}}
|
|
||||||
|
|||||||
@@ -142,10 +142,6 @@ This is pre text
|
|||||||
</html>
|
</html>
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
#### Gist
|
|
||||||
|
|
||||||
{{< gist spf13 7896402 >}}
|
|
||||||
|
|
||||||
## List Types
|
## List Types
|
||||||
|
|
||||||
#### Ordered List
|
#### Ordered List
|
||||||
|
|||||||
@@ -142,10 +142,6 @@ This is pre text
|
|||||||
</html>
|
</html>
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
#### Gist
|
|
||||||
|
|
||||||
{{< gist spf13 7896402 >}}
|
|
||||||
|
|
||||||
## List Types
|
## List Types
|
||||||
|
|
||||||
#### Ordered List
|
#### Ordered List
|
||||||
|
|||||||
Reference in New Issue
Block a user