Browse Source

footnotes markdowned, fixed #14

Bachir Soussi Chiadmi 4 years ago
parent
commit
97ff24cb76
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/pages/Index.vue

+ 6 - 4
src/pages/Index.vue

@@ -77,15 +77,17 @@
       <VueMarkdown
         lang="fr"
         class="chapter-content justify"
-      >
-          {{edge.node.contenu}}
-      </VueMarkdown>
+      >{{ edge.node.contenu }}</VueMarkdown>
     </div>
 
     <!-- Notes de fin de document -->
     <h3 class="section-title canbreak">NOTES</h3>
     <ol v-for="note in footnote">
-      <li>{{note}}</li>
+      <li>
+        <VueMarkdown
+          lang="fr"
+        >{{note}}</VueMarkdown>
+      </li>
     </ol>
 
     <!-- Pleine pages avant les sections -->