Skip to content

A darkdown(our own markup language) parser written in rust

License

Notifications You must be signed in to change notification settings

dhruvdabhi101/darkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A darkdown(our own markup language) parser written in rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages