beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
19 stars 1 forks source link

Submission: xidoc #40

Closed xigoi closed 2 years ago

xigoi commented 2 years ago

Name: xidoc

Author: xigoi (Adam Blažek)

Posting:

xidoc is a markup language intended to be consistent and powerful. It has a very straightforward syntax where everything is in the form of a command surrounded by square brackets. For example: [color #ff0; This text is yellow.] It can compile to HTML and LaTeX, allowing it to be used in many places. Features include:

Some planned features:

Check out the project website to find out more. I also wrote an article about the motivation for the project and how I went about implementing it.