Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

benhinchley/another-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md

markdown tagged template literal

Install

# if you are using yarn
$ yarn add @benhinchley/md

# or if you are using npm
$ npm install --save @benhinchley/md

Usage

const md = require("@benhinchley/md")
const http = require("http")

http.createServer((req, res) => {
	let doc = md`
# Hello!!!

You have come to ${req.url}
`
	res.end(doc)
}).listen(process.env.PORT || 3000)

License

WTFPL © Benjamin Hinchley

About

markdown tagged template literal

Resources

License

Unknown, WTFPL licenses found

Licenses found

Unknown
LICENCE
WTFPL
COPYING

Stars

Watchers

Forks

Packages

No packages published