Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Dec 24, 2024
1 parent ddfce4f commit ee76816
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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": "164.8.0",
"version": "164.9.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
5 changes: 2 additions & 3 deletions parsers/documentation.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ aboveAsCodeParser

belowAsHtmlParser
extends belowAsCodeParser
description displays html output of next particle in a code block
description Displays html output of next particle in a code block.
cueFromId
javascript
get code() {
return this.selectedParticles.filter(p => p.buildHtml).map(p => p.buildHtml()).join("\n")
}

aboveAsHtmlParser
description displays html output of previous particle in a code block
cueFromId
description Displays html output of previous particle in a code block.
extends belowAsHtmlParser
javascript
method = "previous"
Expand Down
4 changes: 4 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ ciBadges.scroll
br
thinColumns

πŸ“¦ 164.9.0 12/24/2024
πŸŽ‰ added `belowAsHtml` and `aboveAsHtml` from btheado
https://github.com/btheado btheado

πŸ“¦ 164.8.0 12/19/2024
πŸŽ‰ added title, subtitle and caption parsers to plots
πŸŽ‰ added linechart parser
Expand Down

0 comments on commit ee76816

Please sign in to comment.