darkdown

Crates.iodarkdown
lib.rsdarkdown
version0.1.5
sourcesrc
created_at2023-12-28 03:38:41.052372
updated_at2024-01-25 03:16:46.331063
descriptionA darkdown(our own markup language) parser written in rust
homepage
repository
max_upload_size
id1082110
size14,549
Dhruv (dhruvdabhi101)

documentation

README

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 .dd file with the syntax mentioned below
  • run darkdown new.dd and then new.html file 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.

Documentation LICENSE

Commit count: 0

cargo fmt