Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jan 14, 2025
1 parent 870159a commit 343c52f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
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": "166.1.0",
"version": "166.2.0",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions parsers/html.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ htmlLiParser
javascript
tag = "li"

htmlImgParser
description HTML img tag.
extends abstractIndentableParagraphParser
cue img
example
img foo.png
javascript
tag = "img"

htmlAParser
description HTML a tag.
extends abstractIndentableParagraphParser
Expand Down
2 changes: 1 addition & 1 deletion parsers/root.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ scrollParser
}
get scrollVersion() {
// currently manually updated
return "166.1.0"
return "166.2.0"
}
// Use the first paragraph for the description
// todo: add a particle method version of get that gets you the first particle. (actulaly make get return array?)
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ciBadges.scroll
br
thinColumns

πŸ“¦ 166.2.0 1/14/2025
πŸŽ‰ added htmlImgParser

πŸ“¦ 166.1.0 1/13/2025
πŸŽ‰ added htmlUlParser
πŸŽ‰ added htmlOlParser
Expand Down

0 comments on commit 343c52f

Please sign in to comment.