From 4e1cd5714c2c1048d7d0c5bf899f4f7a68bccc29 Mon Sep 17 00:00:00 2001 From: sharpshark28 Date: Sun, 21 May 2017 16:43:24 -0500 Subject: [PATCH] Spell Descriptions call out useful bits --- package.json | 1 + src/components/Spell.vue | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index aae5685..4f2e6a5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "dependencies": { "babel-runtime": "^6.0.0", "fastclick": "^1.0.6", + "marked": "^0.3.6", "material-design-icons": "^3.0.1", "moment": "^2.15.0", "quasar-framework": "^0.13.4", diff --git a/src/components/Spell.vue b/src/components/Spell.vue index cb41800..5c612be 100644 --- a/src/components/Spell.vue +++ b/src/components/Spell.vue @@ -27,9 +27,10 @@
  1. short_text -
    - {{spell.description}} -
    +
  2. accessibility @@ -69,6 +70,7 @@