A simple text markup language similar to roff. Written in rust.

Eris Mathison a77f036927 Moved html_template to appropiate location. %!s(int64=2) %!d(string=hai) anos
assets a77f036927 Moved html_template to appropiate location. %!s(int64=2) %!d(string=hai) anos
src a77f036927 Moved html_template to appropiate location. %!s(int64=2) %!d(string=hai) anos
.gitignore 3d5811bc32 Refactored code for consistency and readability, mainly removed "Option"s %!s(int64=2) %!d(string=hai) anos
Cargo.lock 9431e5ab51 Refactored a lot of internal code, %!s(int64=2) %!d(string=hai) anos
Cargo.toml 3831f2446c Fixed readme in Cargo.toml %!s(int64=2) %!d(string=hai) anos
LICENSE 52d8147bb4 MIT license added %!s(int64=2) %!d(string=hai) anos
README.md 9431e5ab51 Refactored a lot of internal code, %!s(int64=2) %!d(string=hai) anos
userman.org 6683817ced Tried to fix userman formatting for notabug %!s(int64=2) %!d(string=hai) anos

README.md

Apollon

Apollon is a simple markup (akin to roff) which values simplicity over beauty or fanciness.

Apollon uses a system very similar to roff. It doesn't support macro packages (yet), and has more human readable tags (in my opinion)

For usage and install instructions check out the User Manual.