mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
documentation markdown sur les outils de création. fix #25
This commit is contained in:
parent
4c6312f540
commit
e38793e900
5 changed files with 31 additions and 7 deletions
15
docs/.vuepress/theme/components/MarkdownDoc.vue
Normal file
15
docs/.vuepress/theme/components/MarkdownDoc.vue
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div class="caption text--secondary">
|
||||
Ce champ supporte le <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a>.<br>
|
||||
Exemples d'utilisation :<br>
|
||||
<em>_Italique_</em>, <strong>**Gras**</strong>, <em><strong>_**Gras italique**_</strong></em>, ## Titres<br>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue