bouncepaw / mycomarkup

Markup language for Mycorrhiza Wiki. Moved to SourceHut

Home Page:https://mycorrhiza.wiki/help/en/mycomarkup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mycomarkup

godocs.io

⚠️ The development takes place on SourceHut!

Mycomarkup is a markup language designed to be used in Mycorrhiza Wiki. This project is both a library for the wiki engine and a command-line tool for processing Mycomarkup files in other projects.

See the Mycorrhiza docs on the markup language itself. The rest of the document provides documentation on the library and the command only.

Running

Usage of mycomarkup:
  -file-name string
        File with mycomarkup. (default "/dev/stdin")
  -hypha-name string
        Set hypha name. Relative links depend on it.

Set the parameters and run the program. The output will be written to stdout. The output is a poorly-formatted HTML code. In the future, more front-ends will be available.

Please note that transclusion is not supported in CLI.

Embedding

Mycomarkup provides an API for Go projects. Consult the docs and Mycorrhiza Wiki source code for inspiration.

Contributing

...is on SourceHut.

About

Markup language for Mycorrhiza Wiki. Moved to SourceHut

https://mycorrhiza.wiki/help/en/mycomarkup

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Makefile 1.2%