Mirror of
forum.nim-lang.org
index
469 :: Wrapper for the markdown rendering hoedown library
[2014-06-14T01:38:22+02:00]
View Orginal
gradha
(orginal)
[2014-06-14T01:38:22+02:00]
view original
Version 0.2.0 of
midnight_dynamite
was released. With this library you can render markdown text in a similar way to
rstgen
.
dom96
(orginal)
[2014-06-14T09:04:11+02:00]
view original
Cool. Now write a native markdown parser in Nimrod :P
gradha
(orginal)
[2014-06-14T09:38:19+02:00]
view original
It would make more sense to finish the rst implementation first, since that is not complete yet and there is no library to wrap and provide the service as a temporary step.
gradha
(orginal)
[2014-06-16T13:41:25+02:00]
view original
Version 0.2.2 of
midnight_dynamite
was released. Changes since 0.2.0:
Added stable babel installation
.
Fixed initialisation flags
.
gradha
(orginal)
[2014-07-10T23:14:45+02:00]
view original
Version 0.2.4 of
midnight_dynamite
was released. Changes since 0.2.2:
Enabled fenced blocks extension
.
Updated babel install syntax
.
Documented more exported symbols
.
Fixed visibility of md_ext_default
.
Added nake with local doc generation
.
gradha
(orginal)
[2014-12-16T02:06:11+01:00]
view original
Version 1.0.0 of
midnight_dynamite
was released.
Changes since 0.2.4
:
Added module docstrings to low level C module
.
Added wrapper for hoedown_version
.
Added test against original perl implemetation
.
Updated embedded hoedown library to v3
. This update breaks source compatibility because the following extension flags were removed:
md_render_expand_tabs
md_render_safelink
md_ext_lax_spacing
And the following were added:
md_ext_math
md_ext_math_explicit
Shortened …extension… parameter names to …ext…
. This change breaks source compatibility for code using named parameters in proc calls.
Renamed md_render_html_escape to md_render_escape_html
. This change breaks source compatibility.
Implemented command line HTML generator tool
. The
midnight_dynamite_badger.exe
is installed in the nimble binary directory.
Added binary distribution of conversion tool
.
v3ss0n
(orginal)
[2015-07-13T10:08:13+02:00]
view original
Is this follow CommonMark spec ?
gradha
(orginal)
[2015-07-14T21:52:09+02:00]
view original
It presumably will once
hoedown 4.x is released
and
midnight_dynamite
is updated to support it.
gradha
(orginal)
[2015-08-19T19:14:47+02:00]
view original
Final version 1.0.2 of
midnight_dynamite
was released. Changes since 1.0.0:
Marked project as dead
.
Replaced vagrant build code with badger_bits bb_nake submodule
.