markdown strike & underline & htbase

This commit is contained in:
2016-08-03 16:38:25 +02:00
parent b114ac6104
commit 15dd53007c
9 changed files with 46 additions and 5679 deletions

View File

@ -29,7 +29,7 @@ namespace Yavsc
{
FileProvider = new PhysicalFileProvider(rootPath),
RequestPath = new PathString("/" + siteSettings.UserFiles.DirName),
EnableDirectoryBrowsing = false
EnableDirectoryBrowsing = env.IsDevelopment()
});
app.UseStaticFiles();
}