2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
delete argument More... over 10 years ago
Fix bold nested in italic, like "*italic***bold***italic*". Fixes #103.
bhollis
as Ben Hollis
More... over 10 years ago
Improve speed of applying smartypants by 3x.
bhollis
as Ben Hollis
More... over 10 years ago
Update development dependencies
bhollis
as Ben Hollis
More... over 10 years ago
Updated README and merge CHANGELOG
bhollis
as Ben Hollis
More... over 10 years ago
Get JRuby tests passing, including un-pending a lot of them, and re-pending some others due to sparklemotion/nokogiri#971
bhollis
as Ben Hollis
More... over 10 years ago
Un-pending some jRuby tests that work with the REXML parser
bhollis
as Ben Hollis
More... over 10 years ago
Add a pending test for the issue in #103
bhollis
as Ben Hollis
More... over 10 years ago
Mucking around with regexes
bhollis
as Ben Hollis
More... over 10 years ago
A couple small fixes suggested by coverage data.
bhollis
as Ben Hollis
More... over 10 years ago
Ignore coverage dir, and include json gem in 1.8.7
bhollis
as Ben Hollis
More... over 10 years ago
Forgot to update 1.8.7 Gemfile
bhollis
as Ben Hollis
More... over 10 years ago
Add Simplecov and Coveralls for test coverage reporting
bhollis
as Ben Hollis
More... over 10 years ago
And the key is called allow_failures
bhollis
as Ben Hollis
More... over 10 years ago
Oops allowed_failures lives under matrix
bhollis
as Ben Hollis
More... over 10 years ago
Disable testing on jRuby until the big changes land
bhollis
as Ben Hollis
More... over 10 years ago
Use a subclass for HTML elements rather than dynamically extending a module.
bhollis
as Ben Hollis
More... over 10 years ago
Benchmark-informed optimizations to line regexes.
bhollis
as Ben Hollis
More... over 10 years ago
Fix issue #92 by improving the table detection regexes (or avoiding them where possible).
bhollis
as Ben Hollis
More... over 10 years ago
Forgot to add test for isue #89.
bhollis
as Ben Hollis
More... over 10 years ago
Fix issue #89, with test
bhollis
as Ben Hollis
More... over 10 years ago
Add test to verify that issue #90 is fixed.
bhollis
as Ben Hollis
More... over 10 years ago
Remove dependency on nokogiri from gemspec
bhollis
as Ben Hollis
More... over 10 years ago
Switch to parsing XML/HTML fragments using a wrapper document that includes a doctype.
bhollis
as Ben Hollis
More... over 10 years ago
Return to obfuscating emails with character entities.
bhollis
as Ben Hollis
More... almost 11 years ago
Remove Nokogiri dependency from the S5 slides output.
bhollis
as Ben Hollis
More... almost 11 years ago
Fix TOC generation to match older Maruku.
bhollis
as Ben Hollis
More... almost 11 years ago
Changes required to support removing nokogiri dependency from math modules.
bhollis
as Ben Hollis
More... almost 11 years ago
Remove explicit Nokogiri dependency for itex2mml module.
bhollis
as Ben Hollis
More... almost 11 years ago
Rework blahtex support to no longer use Nokogiri or PStore cache.
bhollis
as Ben Hollis
More... almost 11 years ago