Skip to content

fix: Description lists need to be treated as special lines in OneSentencePerLineApplier#9

Open
starkertyp wants to merge 1 commit into
dheid:mainfrom
starkertyp:support-description-lists
Open

fix: Description lists need to be treated as special lines in OneSentencePerLineApplier#9
starkertyp wants to merge 1 commit into
dheid:mainfrom
starkertyp:support-description-lists

Conversation

@starkertyp

Copy link
Copy Markdown

Fixes #8

Not really sure if this is a great solution but it doesn't seem to change any other test results. I wanted to use the regex defined in https://github.com/asciidoctor/asciidoctor.js/blob/1aff5311114cf3e5aeb7533aba33887a7f65fc82/packages/core/src/rx.js#L340 originally but the google-formatter doesn't like stuff like \S, so I tried to come up with a simpler version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] OneSentencePerLineApplier should treat Description lists as special lines

1 participant