Browse Source

credits was no markdown, fixed #21

Bachir Soussi Chiadmi 4 years ago
parent
commit
94e58801b1
1 changed files with 7 additions and 2 deletions
  1. 7 2
      src/pages/Index.vue

+ 7 - 2
src/pages/Index.vue

@@ -74,7 +74,12 @@
       >
         {{ edge.node.titre }}
       </h2>
-      <VueMarkdown lang="fr" class="chapter-content justify">{{edge.node.contenu}}</VueMarkdown>
+      <VueMarkdown
+        lang="fr"
+        class="chapter-content justify"
+      >
+          {{edge.node.contenu}}
+      </VueMarkdown>
     </div>
 
     <!-- Notes de fin de document -->
@@ -118,7 +123,7 @@
       :key="'credits'+edge.node.id"
     >
       <h4>{{ edge.node.role }}</h4>
-      <p>{{ edge.node.nom }}</p>
+      <VueMarkdown lang="fr" class="section-content">{{ edge.node.nom }}</VueMarkdown>
     </div>
 
     <div class="blank-page no-folio fill-green" />