How to put newline in table content? #2416
-
|
I have a table like so:
Following these Hugo docs, with the below # markup.toml
[goldmark.renderer]
hardWraps = true
unsafe = trueThe |
Beta Was this translation helpful? Give feedback.
Answered by
ZhenShuo2021
Aug 12, 2025
Replies: 1 comment 1 reply
-
|
Markdown tables don't parse |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jamesbraza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Markdown tables don't parse
\nas line breaks. You can use HTML<br>tags instead.