darkdown 0.1.5

A darkdown(our own markup language) parser written in rust
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented1 out of 4 items with examples
  • Size
  • Source code size: 14.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 347.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dhruvdabhi101

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