Files
adf-codec/corpus/round-trip/inline-nodes/text-whitespace.md
T
Lilleman auf Larv 2fbe913101
CI / gate (push) Successful in 4s
Pin the mark run and a line break's whitespace edges
2026-08-24 14:39:18 +02:00

14 lines
333 B
Markdown

:text{text=" "}Two leading spaces held, and one text node split:text{text="\n"}over two lines.
Trailing space held:text{text=" "}
:text{text="\t"}Tabbed at the block edge.
Space before the break:text{text=" "}\
survives.
Space after the break\
:text{text=" "}survives too.
Kept _:text{text=" "}inside:text{text=" "}_, exactly.