40
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 13, 2024 — Nov 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Broke up the Textile engine into smaller parts, recoded central block parser. - Added preliminary support for Markdown. - Added support for custom Textile prefixes. - RedCloth now generates XHTML fragments. - Complete HTML documents should now work, RedCloth ignores complex HTML. More... about 21 years ago
Added Jim Menard's test. More... over 21 years ago
- version: 2.0.12 date: 2004-08-09 changes: - Escaping tighter for <pre> tags that share a single line. - No more String#htmlesc!. Moved to RedCloth#htmlesc. - Pruned out the code that was handling multibyte. More... over 21 years ago
- lib/redcloth.rb: Scaled back QTAGS a back to avoid mixing up hyphens and dels. Thanks, Denis. More... over 21 years ago
- Lines starting with div opening or closing tags aren't given paragraph tags. - Work on the references to ensure they are generating at least XHTML 1.0 Transitional. More... over 21 years ago
- New patch and test by F. Ros to fix <pre> tags with class settings. More... over 21 years ago
- Escaped some sample markup that was being translated by RDoc. More... over 21 years ago
- Subtle changes to the quick tags to help them interact with surrounding HTML better. - Ensure angle brackets inside code quick tags get escaped. More... over 21 years ago
- Version 2.0.10. More... over 21 years ago
- Table and list problems. Rewrote the <pre> handling code.. again. More... over 21 years ago
- Further speed patch from Denis. Good good. - Patch by F. Ros to fix <pre> tags with class settings. More... over 21 years ago
- Links were consuming closing HTML tags. (See latest test in tests/links.yml.) More... over 21 years ago
- install.rb: if user doesn't have an RDoc which supports --ri-site, skip it. More... over 21 years ago
- lib/redcloth.rb: Improved RDoc. - install.rb: Auto-installation of Ri documentation. More... over 21 years ago
- RedCloth.gemspsec: updated to version 2.0.8 More... over 21 years ago
--- %YAML:1.0 - version: 2.0.8 date: 2004-05-22 changes: - First scan of the glyphs() method only scans for pre|notextile|code, the deeper passes scan for all HTML. Now inlines work around HTML tags! (What a pain!) - Moved tables and blocks into glyphs to keep them shielded from the parser if they are in <pre> tags. - Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps only once. Thanks, David! More... over 21 years ago
- lib/redcloth.rb: Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps only once. Thanks, David! More... over 21 years ago
- lib/redcloth.rb: version 2.0.7. - doc/CHANGELOG: ditto. - doc/README: reshaped and recusto. - doc/make.rb: css for README. More... over 21 years ago
- tests/lists.yml: tests from Bret Pettichord More... over 21 years ago
- doc/make.rb: table of contents to QUICK-REFERENCE. - lib/redcloth.rb: better, greedier relative links. lists rewritten. - tests/links.yml: test from Bret Pettichord. More... over 21 years ago
- doc/REFERENCE: completed the REFERENCE - doc/make.rb: completion of the REFERENCE and QUICK-REFERENCE generators - lib/redcloth.rb: fixed table row attributes More... over 21 years ago
- lib/redcloth.rb: Hadn't completely patched the tag detector. More... over 21 years ago
- lib/redcloth.rb: Bold and strong tags were mixed up. '*' is now strong. '**' is bold. They were swapped until now. - lib/redcloth.rb: Horizontal alignments were pretty buggy. Combining alignments with indents was totally broken. - lib/redcloth.rb: Fixed table problem. Now glyphs are handled between tables and blocks. - lib/redcloth.rb: Nested <pre> and <code> tags are now escaped. Much better handling of HTML inside <pre> tags. Really: quite nice. - lib/redcloth.rb: Patch from Florian Gross to fix an html filtration inconsistency. More... over 21 years ago
- doc/CHANGELOG: new version 2.0.5. More... over 21 years ago
- doc/REFERENCE: added first stab at Textile reference. - doc/make.rb: makes the REFERENCE into HTML. More... over 21 years ago
- lib/redcloth.rb: making notextile tags work if they span lines. More... over 21 years ago
- lib/redcloth.rb: Folding moved into method, handled before lists and tables. More... over 21 years ago
- lib/redcloth.rb: Added line folding. More... over 21 years ago
- lib/redcloth.rb: Filter HTML and CSS, patch by Florian Gross. More... over 21 years ago
- lib/redcloth.rb: Give a space if the em-dash is after a period. More... over 21 years ago