Skip to content

Commit

Permalink
fix demo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed Aug 30, 2023
1 parent 9f1eac0 commit 5371169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/src/index.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
doctype html
html(lang='en')
head
title markdown-it.rs demo
title markdown-it-rust demo
link(rel='stylesheet', href='https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css')
link(rel='stylesheet', href=require('./index.styl'))

Expand All @@ -13,7 +13,7 @@ html(lang='en')
.row
.col-md-6
.header
a(href="https://github.com/markdown-it-rust/markdown-it") markdown-it.rs demo
a(href="https://github.com/markdown-it-rust/markdown-it") markdown-it-rust demo
textarea#source.form-control
include sample.md

Expand Down
2 changes: 1 addition & 1 deletion demo/src/sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Try CommonMark

You can try CommonMark here. This dingus is powered by
[markdown-it.rs](https://github.com/markdown-it-rust/markdown-it) compiled into WASM.
[markdown-it](https://github.com/markdown-it-rust/markdown-it) compiled into WASM.

1. item one
2. item two
Expand Down
2 changes: 1 addition & 1 deletion demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {

output: {
path: path.join(__dirname, 'build'),
publicPath: '/markdown-it.rs/',
publicPath: '/markdown-it/',
filename: '[name].[contenthash:8].js'
},

Expand Down

0 comments on commit 5371169

Please sign in to comment.