Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Jan 22, 2023
1 parent a8981ec commit 876a164
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silverbullet",
"version": "0.2.8",
"version": "0.2.9",
"description": "Markdown as a platform",
"main": ".webpack/main",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions website/πŸ”Œ Mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ author: Zef Hemel
---

<!-- #include [[https://raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/README.md]] -->
# SilverBullet plug for Mermaid diagrams
This plug adds basic [Mermaid](https://mermaid.js.org/) support to SilverBullet.
# Silver Bullet plug for Mermaid diagrams
This plug adds basic [Mermaid](https://mermaid.js.org/) support to Silver Bullet.

**Note:** The Mermaid library itself is not bundled with this plug, it pulls the JavaScript from the JSDelivr CDN. This means _this plug will not work without an Internet connection_. The reason for this is primarily plug size (bundling the library would amount to 1.1MB). This way Mermaid is only loaded on pages with actual Mermaid diagrams rather than on every SB load.

Expand All @@ -28,7 +28,7 @@ Put a mermaid block in your markdown:
And move your cursor outside of the block to live preview it!

## Build
Assuming you have Deno and SilverBullet installed, simply build using:
Assuming you have Deno and Silver Bullet installed, simply build using:

```shell
deno task build
Expand Down

0 comments on commit 876a164

Please sign in to comment.