Update markdown parsing to allow wiki links

Any link inside a item detail page's markdown description which does
not have a URL will be assumed to be the name of an item covered by
Crafting Guide and an URL will be added to reference the appropiate
browse page.
This commit is contained in:
Andrew Miner
2015-03-24 17:12:25 -07:00
parent 492d6854ac
commit 96ddd1bd4d
5 changed files with 46 additions and 8 deletions
+1
View File
@@ -75,6 +75,7 @@ $color-error-new: #CD0000;
$color-footer: #3D1D09;
$color-footer-text: #FFFFFF;
$color-link: #0000FF;
$color-link-subtle: #545A99;
$color-text: #000000;
// Z-Index Layers //////////////////////////////////////////////////////////////////////////////////