Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly generate paragraphs #93

Merged
merged 3 commits into from
Jun 18, 2021
Merged

fix: properly generate paragraphs #93

merged 3 commits into from
Jun 18, 2021

Conversation

nikku
Copy link
Member

@nikku nikku commented Jun 18, 2021

Should generate proper paragraphs from markdown now as the user would expect:

image

image

Had to workaround developit/preact-markup#10 as well as developit/snarkdown#75. Added a special rule to not wrap existing HTML tags (i.e. user-created <p> tags).


Related to #87

@nikku nikku requested a review from philippfromme June 18, 2021 09:12
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jun 18, 2021
@nikku nikku marked this pull request as ready for review June 18, 2021 09:22
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jun 18, 2021
@nikku
Copy link
Member Author

nikku commented Jun 18, 2021

Ready to review @philippfromme.

This fixes whitespace missing around links.

We want to render it as intended by the user.
Remove paragraph rendering workarounds.
@nikku nikku requested a review from andreasgeier June 18, 2021 09:47
@nikku nikku mentioned this pull request Jun 18, 2021
5 tasks
Copy link
Contributor

@philippfromme philippfromme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻

@philippfromme philippfromme self-requested a review June 18, 2021 10:08
@philippfromme philippfromme merged commit 93698b1 into master Jun 18, 2021
@philippfromme philippfromme deleted the paragraphs branch June 18, 2021 10:08
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jun 18, 2021
@nikku nikku added this to the F2 milestone Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants