mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
llms.txt: resolve shortcodes in rendered Markdown
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{{ .Title }}
|
||||
|
||||
{{ .RawContent }}
|
||||
|
||||
{{ .RenderShortcodes }}
|
||||
{{ range .Pages }}
|
||||
- [{{ .Title }}](https://docs.docker.com{{ .RelPermalink }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
{{ .Title }}
|
||||
|
||||
{{ .RawContent }}
|
||||
{{ .RenderShortcodes }}
|
||||
|
||||
Reference in New Issue
Block a user