1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-12-01 06:08:06 +00:00

Delete the markup module, depend on the library instead

The old module had been moved to the library, but I changed it a little, so now both projects are broken. I sure do love programming.
This commit is contained in:
Timur Ismagilov
2021-05-12 18:34:24 +05:00
parent b4dd2dcfad
commit da6ea25bb6
21 changed files with 16 additions and 1486 deletions

View File

@@ -11,11 +11,12 @@ import (
"github.com/bouncepaw/mycorrhiza/history"
"github.com/bouncepaw/mycorrhiza/hyphae"
"github.com/bouncepaw/mycorrhiza/markup"
"github.com/bouncepaw/mycorrhiza/mimetype"
"github.com/bouncepaw/mycorrhiza/user"
"github.com/bouncepaw/mycorrhiza/util"
"github.com/bouncepaw/mycorrhiza/views"
"github.com/bouncepaw/mycomarkup/legacy"
)
func initReaders() {