--as-nbsp As Non-Breaking Space
Accepted keys
--as-nbsp--as-space--nbsp
--as-nbsp Extends --as-char
--as-nbspis equivalent to--as-char= or--as-char=" "
Syntax
`--nbsp${"="typeof number}`
Example
--nbsp // 1 space, with `" "` on html
--as-nbsp // 1 space, with `" "` on html
--as-space // 1 space, with `" "` on html, if not available, e.g. on trailing, uses `" "`.
--nbsp=2 // 2 spaces
--nbsp=3 // 3 spaces
----nbsp=2 // commented out