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

Don't render title as list item #471

Merged
merged 3 commits into from Jun 29, 2021
Merged

Don't render title as list item #471

merged 3 commits into from Jun 29, 2021

Conversation

thebaer
Copy link
Member

@thebaer thebaer commented Jun 22, 2021

This fixes an issue where "12. April" would get rendered as "1. April" because it looks like a Markdown list item to our renderer. Now, we parse titles as titles, instead of standalone text, which causes the renderer to give us the results we want. This also adds some basic tests for the applyBasicMarkdown() func.

Closes #470


  • ☑ I have signed the CLA

This fixes an issue where "12. April" would get rendered as "1. April" because
it looks like a Markdown list item to our renderer. Now, we parse titles as
titles, instead of standalone text, which causes the renderer to give us the
results we want. This also adds some basic tests for the applyBasicMarkdown()
func.

Closes #470
@thebaer thebaer added this to the 0.13.1 milestone Jun 22, 2021
@thebaer thebaer linked an issue Jun 22, 2021 that may be closed by this pull request
@thebaer
Copy link
Member Author

thebaer commented Jun 29, 2021

Tested on Write.as and found a couple issues, patched with those last few commits. Merging now.

@thebaer thebaer merged commit 273c9cf into hotfix-0.13.1 Jun 29, 2021
@thebaer thebaer deleted the fix-title-lists branch June 29, 2021 14:52
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.

Date in Title
1 participant