Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@makenowjust/md.html

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makenowjust/md.html

Markdown inside HTML

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

:memo: md.html v0.4.2

Markdown inside HTML

Build Status NPM version

Put the following two magical lines into top of HTML file, then you can write Markdown after this and browser renders Markdown automatically.

<!doctype html><meta charset="utf-8"><script src="https://unpkg.com/@makenowjust/md.html@0.4.2"></script><noscript>
<!-- vim: set ft=markdown: -->

# Hello `md.html` World!

See md.html demo!

Usage

Put the following two magical lines into top of HTML file.

Stable:

<!doctype html><meta charset="utf-8"><script src="https://unpkg.com/@makenowjust/md.html@0.4.2"></script><noscript>
<!-- vim: set ft=markdown: -->

HEAD:

<!doctype html><meta charset="utf-8"><script src="https://makenowjust.github.io/md.html/main.js"></script><noscript>
<!-- vim: set ft=markdown: -->

Or, you can get main.js from Web and specify this path:

$ curl 'https://makenowjust.github.io/md.html/main.js > docs/main.js
$ cat > docs/index.html
<!doctype html><meta charset="utf-8"><script src="./main.js"></script><noscript>
<!-- vim: set ft=markdown: -->
^D

Features

  • Don't need preprocess for publishing Markdown.
  • Support footnote reference.
  • Render soft breaks as <br>.
  • Emoji support (e.g. convert :memo: to 📝)
  • Set target="_blank" property to external links.
  • Math expression support (inline $...$ and block $$⏎...⏎$$) with KaTeX
  • Set slug id to h1-6 tags and append anchor icon.
  • Syntax highlighting
  • Set title via frontmatter title property.
  • Correct styles on printing.

See examples!

Development

See maidfile.md tasks.

Special Thanks

This project is built with many other packages.

and all other dependencies... Thank you!!

License

MIT (c) 2018 TSUYUSATO "MakeNowJust" Kitsune

FAQs

Package last updated on 28 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc