Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed Apr 27, 2024
1 parent 7728584 commit be7e232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions grammar/theme.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ abstractThemeCssParser
vertical-align sub
.scrollCaptionedFigure
display block
break-inside avoid
text-align center
img
max-width 100%
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "78.0.0",
"version": "78.0.1",
"description": "Tools for thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title Scroll Release Notes

startColumns

# 78.0.1 4/26/2024
- 🏥 style fix: ensure column splits don't separate images from their captions

# 78.0.0 4/25/2024
- 🎉 made tabular data a root level parser in Scroll.
- ⚠️ BREAKING: if you had lines with tabs that currently match the catchall paragraph, you'll need to make those explicit paragraphs to avoid them getting parsed by the tabular data parser. You should be able to find those lines with a regex like this: `^(\t|[^ ]+\t)`
Expand Down

0 comments on commit be7e232

Please sign in to comment.