1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

accept .markdown files and trap fro no spaces on space admin screen

This commit is contained in:
Harvey Kandola 2017-06-11 15:20:48 -04:00
parent bbcba8eb18
commit 86dcbbd684
5 changed files with 56 additions and 44 deletions

View file

@ -81,7 +81,7 @@ func LibSetup() error {
}
}
for _, xtn := range []string{"md"} {
for _, xtn := range []string{"md", "markdown"} {
err = Lib.RegPlugin("Convert", xtn, md.Convert, nil)
if err != nil {
return err