Skip to content

Commit

Permalink
chore(docs): update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed May 20, 2020
1 parent f272d71 commit e0b8438
Show file tree
Hide file tree
Showing 38 changed files with 47 additions and 43 deletions.
8 changes: 7 additions & 1 deletion demo/src/components/ShowMarkdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
v-model="noContainer"
label="Disable Container"
/>
<q-toggle
v-model="noBlockquote"
label="Disable Blockquote"
/>
</div>
<q-list bordered>
<q-expansion-item
Expand Down Expand Up @@ -97,6 +101,7 @@
:noImage="noImage"
:noTasklist="noTasklist"
:noContainer="noContainer"
:noBlockquote="noBlockquote"
:toc="toc"
:tocStart="tocStart"
:tocEnd="tocEnd"
Expand Down Expand Up @@ -157,7 +162,8 @@ export default {
noMark: false,
noImage: false,
noTasklist: false,
noContainer: false
noContainer: false,
noBlockquote: false
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion demo/src/examples/Blockquotes.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<template>
<div class="q-pa-md q-gutter-sm">
<q-markdown>
<q-toggle v-model="model" label="Disable blockquote"></q-toggle>
<q-markdown
:no-blockquote="model"
>
> This is a Blockquote
> with a `token` and a [link](https://quasar.dev)

Expand All @@ -15,6 +18,7 @@
export default {
data () {
return {
model: false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if (redirect && redirect !== location.href) {
history.replaceState(null, null, redirect);
}
})();</script><div id=q-app></div><script src=/quasar-ui-qmarkdown/js/app.c68819d8.js></script><script src=/quasar-ui-qmarkdown/js/runtime.72feae07.js></script><script src=/quasar-ui-qmarkdown/js/vendor.e2983dd0.js></script></body></html>
})();</script><div id=q-app></div><script src=/quasar-ui-qmarkdown/js/app.2bc7bc69.js></script><script src=/quasar-ui-qmarkdown/js/runtime.c8f2c81a.js></script><script src=/quasar-ui-qmarkdown/js/vendor.d3eff5b9.js></script></body></html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/js/11.a8b552b2.js

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

1 change: 0 additions & 1 deletion docs/js/11.cc52f7d6.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/js/6.34e96abd.js → docs/js/6.2891c144.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/js/app.2bc7bc69.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/js/app.c68819d8.js

This file was deleted.

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

30 changes: 30 additions & 0 deletions docs/js/vendor.d3eff5b9.js

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions docs/js/vendor.e2983dd0.js

This file was deleted.

0 comments on commit e0b8438

Please sign in to comment.