Markdown parsing + tree parsing + content display

This commit is contained in:
NGPixel
2016-08-20 17:20:53 -04:00
parent ca1882a9c3
commit 1ad03a3d1f
16 changed files with 1057 additions and 56 deletions

11
locales/en/common.json Normal file
View File

@@ -0,0 +1,11 @@
{
"wiki": "Wiki",
"headers": {
"overview": "Overview"
},
"footer": {
"poweredby": "Powered by",
"home": "Home",
"admin": "Administration"
}
}