Skip to content

Commit

Permalink
Merge pull request #16 from Respo/demo-update
Browse files Browse the repository at this point in the history
add emphasis and italic; optimize on style and perf
  • Loading branch information
NoEgAm authored Dec 4, 2023
2 parents d6b8382 + 945c7ef commit 52091e2
Show file tree
Hide file tree
Showing 8 changed files with 1,379 additions and 673 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/cr'
name: 'cr'
version: '0.8.4'
version: '0.8.13'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/caps'
name: 'caps'
version: '0.8.4'
version: '0.8.13'

- name: "compiles to js"
run: >
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Supported features:
* Quoteblock
* Unordered list
* Inline code
* Inline emphasis and italic
* Url
* Inline link
* Image link
Expand Down
2 changes: 1 addition & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body * {
}

::-webkit-scrollbar-thumb {
background-color: hsla(200,80%,76%,0.8);
background-color: hsla(200,0%,86%,0.8);
}

::-webkit-scrollbar-corner {
Expand Down
1,362 changes: 946 additions & 416 deletions calcit.cirru

Large diffs are not rendered by default.

271 changes: 181 additions & 90 deletions compact.cirru

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.cirru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{}
:dependencies $ {}
|calcit-lang/lilac |0.4.0-a2
|calcit-lang/memof |0.0.14
|Respo/respo.calcit |0.16.0-a2
|Respo/respo-ui.calcit |0.5.0-a2
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |main
|Respo/respo-ui.calcit |main
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version": "0.4.1",
"dependencies": {
"@calcit/procs": "^0.8.4"
"@calcit/procs": "^0.8.13",
"cirru-color": "^0.2.3",
"copy-text-to-clipboard": "^3.2.0"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.4.11"
"vite": "^5.0.4"
}
}
394 changes: 238 additions & 156 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 52091e2

Please sign in to comment.