Skip to content

Commit

Permalink
Add note to release notes about watching out for HTML and catch all p…
Browse files Browse the repository at this point in the history
…aragraph collisions.
  • Loading branch information
breck7 committed Apr 29, 2023
1 parent fab5ce4 commit e0325bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Here's a list of the notable changes in Scroll.
# 70.0.0 4/29/2023
- 🎉 Paragraphs no longer need to start with '* '. All non-blank lines that don't start with a defined keyword are now treated as a paragraph. The catch-all is no longer an error. It is recommended to start all paragraphs with a capital letter, as in the future it may become the standard that keywords start with a lowercase or symbol, and you will avoid any future keyword collisions.
- Thanks to zoeartemis for the feedback.
- No changes are needed but you can update your files with the find/replace combo: `\n\* ` `\n`. You may want to use the case sensitive `\n\* [a-z]` search first to find any paragraphs that start with a lowercase letter.
- No changes are needed but you can update your files with the find/replace combo: `\n\* ` `\n`.
- You may want to use the case sensitive `\n\* [a-z]` search first to find any paragraphs that start with a lowercase letter.
- You also want to be careful of any lines that would now start with `<`, as they will be parsed as HTML nodes.

# 69.3.0 4/26/2023
- 🎉 Add `katex` keyword. KaTeX: "The fastest math typesetting library for the web."
Expand Down

0 comments on commit e0325bc

Please sign in to comment.