Skip to content

Commit 3a8312b

Browse files
committed
llms.txt: resolve shortcodes in rendered Markdown
Signed-off-by: David Karlsson <[email protected]>
1 parent 69e7b81 commit 3a8312b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

layouts/_default/list.markdown.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{{ .Title }}
2-
3-
{{ .RawContent }}
4-
2+
{{ .RenderShortcodes }}
53
{{ range .Pages }}
64
- [{{ .Title }}](https://docs.docker.com{{ .RelPermalink }})
7-
{{ end }}
5+
{{ end }}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{{ .Title }}
2-
3-
{{ .RawContent }}
2+
{{ .RenderShortcodes }}

0 commit comments

Comments
 (0)