Files
terraform-docs/template/testdata/table/codeblock-html.markdown.expected
christophe.vandekerchove 78e94da786 fix: Replace <br> with <br /> for markdown syntax
<br /> provides additional support for XHTML without breaking
compatibility with HTML. This can be useful when trying to publish
documentation generated by terraform-docs to XHTML based solutions

Signed-off-by: christophe.vandekerchove <christophe.vandekerchove@scalepad.com>
2024-07-05 14:30:50 -04:00

1 line
166 B
Plaintext

This is a complicated one. We need a newline.<br/>And an example in a code block. Availeble options<br/>are: foo \| bar \| baz<pre>default = [<br/> "foo"<br/>]</pre>