##// END OF EJS Templates
markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline....
markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline. - backported the code from latest markdown which we don't support.

File last commit:

r3172:d37fc984 default
r4533:74d334b4 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}