Skip to content

Commit

Permalink
exampleSite: Fix code block formatting.
Browse files Browse the repository at this point in the history
It seems that a code block without a blank line before the ``` marker
isn't detected correctly.
  • Loading branch information
c-mauderer committed Sep 25, 2020
1 parent 8870f6a commit ce58a31
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/content/fragments/faq/code-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ background = "secondary"

<details>
<summary>Code (subitem)</summary>

```
+++
title = "How to sit on the laptop?"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/graph/code-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ subtitle = "Beautifully showcase your data with graphs based on chart.js"

<details>
<summary>Code (config.json)</summary>

```
{
"type": "line",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ subtitle= "Column based items with icons"

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/items/code-items-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ background = "secondary"

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/items/code-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ subtitle= "Column based items with icons"

<details>
<summary>Code (subitem)</summary>

```
+++
title = "Column 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ subtitle= "Column based items with images"

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/items/code-logos-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ background = "secondary"

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/items/code-logos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ subtitle= "Column based items with images"

<details>
<summary>Code (subitem)</summary>

```
+++
title = "Column 1"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/member/code-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ title = "Members fragment - Multiple members"

<details>
<summary>Code (subitem)</summary>

```
+++
title = "Huge Gopher"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/member/code-single-member.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ title = "Single Member Fragment"

<details>
<summary>Code (subitem)</summary>

```
+++
title = "Huge Gopher"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/fragments/portfolio/code-portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ subtitle = "Displaying animals with links and modals"

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/content/fragments/pricing/code-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ weight = 111

<details>
<summary>Code (index)</summary>

```
+++
fragment = "pricing"
Expand All @@ -23,6 +24,7 @@ Supports feature listing of different plans and links to a payment service.

<details>
<summary>Code (subitem)</summary>

```
+++
weight = 10
Expand Down

0 comments on commit ce58a31

Please sign in to comment.