Aaron Karper

Results 12 issues of Aaron Karper

Currently gtest will log a failure for each `EXPECT_*` in the test, but with shrinking this leads to each shrinking step to have it's own failure. I learned that wrapping...

Implementation here: https://github.com/mixmark-io/turndown/blob/4499b5c313d30a3189a58fdd74fc4ed4b2428afd/src/commonmark-rules.js#L209 Reproducing example: `turndown("foo") == "_foo \n_"` https://spec.commonmark.org/0.30/#emphasis-and-strong-emphasis > A single _ character can close emphasis iff it is part of a right-flanking delimiter run and either (a)...

**Note that the test is currently failing, so merge with caution** This change checks that markdown_it.render(turndown.render(html)) ~ html and it currently finds various corner-cases: * `"foobar" => "_foo \n_bar" =>...

Make README.md and make it useful

Noone talks about tree-regex. Or do they? Definitely maybe!

Make a pages.github.com page that introduces the library

Publicly visible classes need to be covered to the extend of making it unnecessary to read tutorial wiki

Make wiki page that shows a very simple example that users are familiar with.

Make wiki page highlighting how our library can be used for great good.