summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-markdown/lib/index.js
blob: 4af6ac50d9d2a66f458809f948155fc50bffde6a (plain)
1
2
3
4
5
6
7
8
9
var kramed = require("kramed");
var _ = require("lodash");

module.exports = {
	summary: require("./summary"),
	glossary: require("./glossary"),
	langs: require("./langs"),
	readme: require("./readme")
};