https://github.com/mstijak/niml
Non-Indented Markup Language
https://github.com/mstijak/niml
Last synced: 3 months ago
JSON representation
Non-Indented Markup Language
- Host: GitHub
- URL: https://github.com/mstijak/niml
- Owner: mstijak
- License: bsd-2-clause
- Created: 2015-03-13T14:00:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T16:24:51.000Z (over 9 years ago)
- Last Synced: 2025-02-09T08:40:05.316Z (5 months ago)
- Homepage: http://mstijak.github.io/niml/
- Size: 770 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NIML
Non-Indented Markup LanguageNIML is a text oriented markup language, convertible to HTML or XML.
NIML's purpose is to be used for documentation and templating, therefore its
top objective is to be simple to read and write.```
html+
head
+title NIML
+link { href: niml.css rel: stylesheet type: text/css }
body+
div+ { class: container }
h1 NIML
p Paragraph
```For more information see http://mstijak.github.io/niml/.
At the moment, NIML is in it's very early stage. Ideas and contributions are very welcome.
## Implementations
- node - https://github.com/mstijak/niml-node
- C# - https://github.com/mstijak/niml.net