0.0
No commit activity in last 3 years
No release in over 3 years
A respec HTML generating backend for Thomas Leitner's "kramdown" markdown parser. Mostly useful for RFC writers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.14
 Project Readme

kramdown-respec

[kramdown][] is a [markdown][] parser by Thomas Leitner, which has a number of backends for generating HTML, LaTeX, and markdown again.

kramdown-respec is an additional backend to that: It allows the generation of W3C/ReSpec markup ([https://respec.org/docs/][]).

Who would care? Anybody who is writing Internet-Drafts and RFCs in the [IETF][] and prefers (or has co-authors who prefer) to do part of their work in markdown.

Usage

Start by installing the kramdown-respec gem (this automatically installs appropriate versions of referenced gems such as kramdown as well):

gem install kramdown-respec

(Add a sudo and a space in front of that command if you don't have all the permissions needed.)