0.0.1 • Published 7 years ago

ifm v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Idea Flavored Markdown

IFM is a lightweight markup language, and specifically a flavor of Markdown. Distinguishing features include:

  • Linked resources may be identified only by multihash. External links are not rendered as links.
  • Links must be of the form [](#multihash), not [][name]. (ie., no named links)
  • No HTML allowed
  • No images allowed
  • Ordered lists will display enumerations as written.

This repo will contain documentation, a validator and an ifm2html converter.