6 releases
| 0.1.5 | Jan 25, 2024 |
|---|---|
| 0.1.4 | Jan 16, 2024 |
| 0.1.1 | Dec 28, 2023 |
#9 in #dd
71 downloads per month
Used in rusty-leaf
8KB
133 lines
Darkdown
Darkdown is a markup language created solely for learning and understanding fundamentals of any programming language.
How to Install
- Make sure you have installed Cargo (Rust)
- Run this command in your terminal
cargo install darkdown - create
.ddfile with the syntax mentioned below - run
darkdown new.ddand thennew.htmlfile will be created
Basic Syntax of Darkdown
@ Headings
** bold text **
^ italic text ^
\inline code blocks\
~~Text~~Link~~
This is very first implementation of Darkdown. You are welcome to make any changes to the language.
Dependencies
~1–1.5MB
~28K SLoC