Skip to content

Commit

Permalink
Update docs web site.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuix committed Jul 24, 2024
1 parent 91fb445 commit 1d366e6
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 38 deletions.
10 changes: 5 additions & 5 deletions docs/demo/assets/css/chunk-vendors.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/css/chunk-vendors.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/css/index.css.map

Large diffs are not rendered by default.

40 changes: 16 additions & 24 deletions docs/demo/assets/js/chunk-vendors.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/js/chunk-vendors.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/js/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/assets/js/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>markdown-showdowns-editor</title><link href="assets/css/chunk-vendors.css" rel="preload" as="style"><link href="assets/css/index.css" rel="preload" as="style"><link href="assets/js/chunk-vendors.js" rel="preload" as="script"><link href="assets/js/index.js" rel="preload" as="script"><link href="assets/css/chunk-vendors.css" rel="stylesheet"><link href="assets/css/index.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but hello-world doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="assets/js/chunk-vendors.js"></script><script src="assets/js/index.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>vue-showdowns-editor</title><link href="assets/css/chunk-vendors.css" rel="preload" as="style"><link href="assets/css/index.css" rel="preload" as="style"><link href="assets/js/chunk-vendors.js" rel="preload" as="script"><link href="assets/js/index.js" rel="preload" as="script"><link href="assets/css/chunk-vendors.css" rel="stylesheet"><link href="assets/css/index.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but hello-world doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="assets/js/chunk-vendors.js"></script><script src="assets/js/index.js"></script></body></html>
4 changes: 2 additions & 2 deletions docs/showdowns-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ It's supported by [showdown-katex](https://github.com/obedm503/showdown-katex.gi
* Inline math

* `@@...@@` is delimiters of inline ascii math
* `\\~...\\~` is delimiters of inline block ascii math
* `~...~` is delimiters of inline block ascii math

#### LaTex examples

Expand Down Expand Up @@ -291,7 +291,7 @@ delta Q = rho \ c \u

where:

- @@delta Q@@ is the internal heat energy per unit volume \\~(J * m^-3)\\~
- @@delta Q@@ is the internal heat energy per unit volume ~(J * m^-3)~

### Mermaid

Expand Down

0 comments on commit 1d366e6

Please sign in to comment.