Switch to using "marked" as a markdown parser

This commit is contained in:
Andrew Miner
2015-05-02 17:41:13 -07:00
parent 76d517cc4f
commit 8334012ea5
8 changed files with 45 additions and 41 deletions
+1
View File
@@ -51,6 +51,7 @@ All rights reserved.
font-size: $font-size-normal;
font-weight: bold;
vertical-align: middle;
text-align: center;
}
td[align="center"] {
+1
View File
@@ -19,6 +19,7 @@ All rights reserved.
@import 'item_selector';
@import 'item_selector_element';
@import 'login_page';
@import 'markdown_section';
@import 'minimal_recipe';
@import 'mod';
@import 'mod_pack';
+12
View File
@@ -0,0 +1,12 @@
/*
Crafting Guide - markdown_section.scss
Copyright (C) 2015 by Redwood Labs
All rights reserved.
*/
.view__markdown_section {
.editor {
width: 100%;
}
}