diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-17 22:00:19 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-17 22:00:19 -0800 |
commit | b34e19cd2f32342fafd6ae76de4e537240784f71 (patch) | |
tree | 38c19f2dcd14948eda23f859633df8ca0ff750bf /dingus.html | |
parent | 7b0feef72f8dd6e6d1ea61e70272fb826202e820 (diff) |
Renamed DocParser -> Parser.
Note: library users should update their code or it will break.
Diffstat (limited to 'dingus.html')
-rw-r--r-- | dingus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dingus.html b/dingus.html index 0cac16d..c8de1fb 100644 --- a/dingus.html +++ b/dingus.html @@ -11,7 +11,7 @@ var writer = new commonmark.HtmlRenderer(); var xmlwriter = new commonmark.XmlRenderer({ sourcepos: true }); -var reader = new commonmark.DocParser(); +var reader = new commonmark.Parser(); function getQueryVariable(variable) { var query = window.location.search.substring(1); |