mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Merge commit '8b9803425e63e1b1801f8d5d676e96368d706722'
This commit is contained in:
@@ -14,7 +14,7 @@ Similar to the [`Inner`] method, `InnerDeindent` returns the content between ope
|
||||
|
||||
This allows us to effectively bypass the rules governing [indentation] as provided in the [CommonMark] specification.
|
||||
|
||||
Consider this markdown, an unordered list with a small gallery of thumbnail images within each list item:
|
||||
Consider this Markdown, an unordered list with a small gallery of thumbnail images within each list item:
|
||||
|
||||
{{< code file=content/about.md lang=md >}}
|
||||
- Gallery one
|
||||
@@ -42,7 +42,7 @@ With this shortcode, calling `Inner` instead of `InnerDeindent`:
|
||||
</div>
|
||||
{{< /code >}}
|
||||
|
||||
Hugo renders the markdown to:
|
||||
Hugo renders the Markdown to:
|
||||
|
||||
```html
|
||||
<ul>
|
||||
@@ -73,7 +73,7 @@ Although technically correct per the CommonMark specification, this is not what
|
||||
</div>
|
||||
{{< /code >}}
|
||||
|
||||
Hugo renders the markdown to:
|
||||
Hugo renders the Markdown to:
|
||||
|
||||
```html
|
||||
<ul>
|
||||
@@ -96,4 +96,4 @@ Hugo renders the markdown to:
|
||||
|
||||
[commonmark]: https://commonmark.org/
|
||||
[indentation]: https://spec.commonmark.org/0.30/#indented-code-blocks
|
||||
[`Inner`]: /methods/shortcode/inner
|
||||
[`Inner`]: /methods/shortcode/inner/
|
||||
|
Reference in New Issue
Block a user