1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

documentation markdown sur les outils de création. fix #25

This commit is contained in:
Maxime Moraine 2020-06-20 17:22:34 +02:00
parent 4c6312f540
commit e38793e900
5 changed files with 31 additions and 7 deletions

View 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>