-
Hi, I use French. In French, we use non-breaking spaces ( There are Unicode characters for non-breaking spaces (yes there are multiple sorts :-)). Unfortunately, Marpit removes them from the HTML output. input: There is a non-breaking space before the exclamation mark ! HTML output (it is gone, nor replaced with <p>There is a non-breaking space before the exclamation mark !</p> Does anyone know how to keep the non-breaking space with Marpit (usually, I use marp-cli)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It was not reproduced. At least to me, it looks like non-breaking spaces in Markdown are preserved also in rendered HTML. Unicode |
Beta Was this translation helpful? Give feedback.
It was not reproduced. At least to me, it looks like non-breaking spaces in Markdown are preserved also in rendered HTML.
Unicode
0xa0
(=no-break space) is visualized by VS Code. You can also inspect
in the exported HTML.