Skip to content

hayeah/md2xmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to xMarkdown Converter

This is very rough, and at the moment only goes as far as satisfying my own needs.

It converts from markdown to xmarkdown.

Install

npm install md2xmd

Usage

From command line:

$ md2xmd foo.md > foo.xmd

Or with code:

var md2xmd = require("md2xmd");
var src = fs.readFileSync("foo.md","utf8");
console.log(md2xmd(src));

About

Convert markdown to xmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published