Crates.io | darkdown |
lib.rs | darkdown |
version | 0.1.5 |
source | src |
created_at | 2023-12-28 03:38:41.052372 |
updated_at | 2024-01-25 03:16:46.331063 |
description | A darkdown(our own markup language) parser written in rust |
homepage | |
repository | |
max_upload_size | |
id | 1082110 |
size | 14,549 |
Darkdown is a markup language created solely for learning and understanding fundamentals of any programming language.
cargo install darkdown
.dd
file with the syntax mentioned belowdarkdown new.dd
and then new.html
file will be created@ 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.