0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Kramdown syntax plugin for using KaTeX at server side.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 10.0

Runtime

~> 2.7.0
 Project Readme

Kramdown::KaTeX

Use kramdown/math-katex instead.


Original content:

Notice: since KaTeX is built for speed, there's no need to use this library at server side if your target is browser, see the official document.

I made this library for some specific usage.

Install

gem install kramdown-katex

Usage

require 'kramdown'
require 'kramdown/katex'

p Kramdown::Document.new('# So, $$ E = mc^2 $$').to_html

License

MIT.