mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
docs: Fix HTML code in .RenderString description being stripped out (#1320)
This commit is contained in:
@@ -20,7 +20,7 @@ signature: [".RenderString MARKUP"]
|
||||
The method takes an optional map argument with these options:
|
||||
|
||||
display ("inline")
|
||||
: `inline` or `block`. If `inline` (default), surrounding ´<p></p>` on short snippets will be trimmed.
|
||||
: `inline` or `block`. If `inline` (default), surrounding `<p></p>` on short snippets will be trimmed.
|
||||
|
||||
markup (defaults to the Page's markup)
|
||||
: See identifiers in [List of content formats](/content-management/formats/#list-of-content-formats).
|
||||
|
||||
Reference in New Issue
Block a user