1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00
5e-drs/docs/.vuepress/theme/components/MarkdownDoc.vue

15 lines
421 B
Vue

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