docs: replace markdownify by .RenderString #555

This commit is contained in:
Sören Weber 2023-06-03 23:50:46 +02:00
parent 0d8e0e3209
commit ec134fa041
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -39,7 +39,7 @@ printf("Hello World!");
{{ partial "shortcodes/tab.html" (dict {{ partial "shortcodes/tab.html" (dict
"context" . "context" .
"name" "c" "name" "c"
"content" ("```c\nprintf(\"Hello World!\")\n```" | markdownify) "content" ("```c\nprintf(\"Hello World!\")\n```" | .RenderString)
)}} )}}
```` ````