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:
parent
bbcba8eb18
commit
86dcbbd684
5 changed files with 56 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue