footnotes markdowned, fixed #14
This commit is contained in:
+6
-4
@@ -77,15 +77,17 @@
|
|||||||
<VueMarkdown
|
<VueMarkdown
|
||||||
lang="fr"
|
lang="fr"
|
||||||
class="chapter-content justify"
|
class="chapter-content justify"
|
||||||
>
|
>{{ edge.node.contenu }}</VueMarkdown>
|
||||||
{{edge.node.contenu}}
|
|
||||||
</VueMarkdown>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Notes de fin de document -->
|
<!-- Notes de fin de document -->
|
||||||
<h3 class="section-title canbreak">NOTES</h3>
|
<h3 class="section-title canbreak">NOTES</h3>
|
||||||
<ol v-for="note in footnote">
|
<ol v-for="note in footnote">
|
||||||
<li>{{note}}</li>
|
<li>
|
||||||
|
<VueMarkdown
|
||||||
|
lang="fr"
|
||||||
|
>{{note}}</VueMarkdown>
|
||||||
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<!-- Pleine pages avant les sections -->
|
<!-- Pleine pages avant les sections -->
|
||||||
|
|||||||
Reference in New Issue
Block a user