Skip to content

fix(markdown): convert trailing spaces to <br>#426

Merged
azu merged 2 commits intohonkit:masterfrom
davmillar:md-line-break
Oct 3, 2024
Merged

fix(markdown): convert trailing spaces to <br>#426
azu merged 2 commits intohonkit:masterfrom
davmillar:md-line-break

Conversation

@davmillar
Copy link
Copy Markdown
Contributor

The markup-it syntax parser for markdown now coerces a trailing double space to a
tag to provide the expected line break behavior. Tests have been added as well.

Closes #420

The markup-it syntax parser for markdown now coerces a trailing
double space to a <br> tag to provide the expected line break
behavior. Tests have been added as well.

Closes honkit#420
@azu azu merged commit b219013 into honkit:master Oct 3, 2024
@azu
Copy link
Copy Markdown
Member

azu commented Oct 3, 2024

Thanks!

@github-actions github-actions bot mentioned this pull request Oct 3, 2024
@azu azu added the Type: Bug Bug or Bug fixes label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Bug or Bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can not render line break

2 participants