README
npm install wtf-plugin-latex
Output all, or parts of a wikipedia article in LATEX format.
const wtf = require('wtf_wikipedia')
wtf.extend(require('wtf-plugin-latex'))
let doc = wtf('hello [[world]]')
doc.latex()
// 'hello \href{./world}{world}'
work-in-progress
MIT