Not a Markup Language
Find a file
2024-11-19 14:27:00 +01:00
crates/auto-registry Update macro 2024-08-08 17:11:32 +02:00
docs Docs 2024-11-03 11:52:26 +01:00
readme Add compiled docs 2024-11-03 14:12:43 +01:00
src Better variable definition 2024-11-19 14:22:33 +01:00
third Update docs & Trim latex2svg 2024-07-31 17:26:27 +02:00
.gitignore First commit 2024-04-10 12:42:24 +02:00
Cargo.lock Static sqlite 2024-10-24 13:40:08 +02:00
Cargo.toml Static sqlite 2024-10-24 13:40:08 +02:00
LICENSE.md Update Readme 2024-07-25 14:19:49 +02:00
README.md Update readme 2024-11-03 14:18:11 +01:00
style.css Better section styleing & Fix toc numbering issue 2024-11-03 10:42:47 +01:00

NML -- Not a markup language!

Documentation is available here

Requirements

Some features requires external dependencies to work.

LaTeX rendering for HTML

We ship a modified version of latex2svg by Matthias C. Hormann. The modified program can be found in third/latex2svg and is licensed under MIT.

The installation instructions can be found on latex2svg's repository.

Graphviz rendering

To render Graphviz graph (i.e [graph]...[/graph]), you need to install the dot program from Graphviz.

Lua kernels

NML statically compiles liblua5.4 to use the lua features.

Compiling

cargo build --release --bin nml

Features roadmap

  • Paragraphs
  • LaTeX rendering
  • Graphviz rendering
  • Media
  • References
  • Navigation
  • Cross-Document references
  • LSP
  • Complete Lua api
  • Documentation
  • Table
  • LaTeX output

License

NML is licensed under the GNU AGPL version 3 or later. See LICENSE.md for more information. License for third-party dependencies can be accessed via cargo license