Make Markdown helper module pub

This commit is contained in:
Matthias Beyer 2016-01-03 15:21:11 +01:00
parent 4d3479291d
commit 4721e44dd5

View file

@ -1,4 +1,4 @@
mod markdown {
pub mod markdown {
use pulldown_cmark::Parser;
use pulldown_cmark::Event;
use pulldown_cmark::Tag;