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

[feature] Allow footnotes in markdown, use <br> instead of \n #767

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

tsmethurst
Copy link
Contributor

This PR updates the markdown parsing a tiny bit to:

  1. Allow footnotes
  2. Replace \n with <br> in markdown-submitted text (though \n\n is still parsed as a separate block, which is good)
  3. No longer keep whitespace/newlines in minified html derived from markdown (since we shouldn't use newlines to structure text).

@tsmethurst tsmethurst merged commit 79fb8ba into main Aug 26, 2022
@tsmethurst tsmethurst deleted the markdown_formatting_updates branch August 26, 2022 11:28
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.

1 participant