Skip to content
/ dbldwn Public

DoubleDown aims to be a simple, structured, and extensible, plain-text markup language.

License

Notifications You must be signed in to change notification settings

krisds/dbldwn

Repository files navigation

DoubleDown

logo.svg

See doubledown.dbl.txt (or the HTML version) for an overview of the DoubleDown syntax.

Installing

  1. Install node.js.

  2. Run:

npm install
  1. Set up your path to include the dbldwn/ folder.

Using

Just create a text file containing DoubleDown markup. No specific extension required, but please use .dbl.txt for clarity.

HTML

To convert a file to HTML:

dbldwn --in <your file> --as html --out <html file>

JSON

To convert a file to JSON:

dbldwn --in <your file> --as json --out <json file>

Markdown

To convert a file to Markdown:

dbldwn --in <your file> --as md --out <markdown file>

Note: Markdown conversion is currently incomplete. By design it may also be lossy, depending on the input document.

About

DoubleDown aims to be a simple, structured, and extensible, plain-text markup language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published