mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
docs: replace markdownify by .RenderString #555
This commit is contained in:
parent
0d8e0e3209
commit
ec134fa041
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
)}}
|
)}}
|
||||||
````
|
````
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue