root / branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @271 [271] 8 months jgarber Don't wrap a div tag + text in a paragraph tag (a break from Textile …
(edit) @270 [270] 8 months jgarber Don't wrap <notextile> pseudo-tags in paragraph tags (a break from Tetxile …
(edit) @269 [269] 8 months jgarber Let footnotes be anchored with the same number the user specified (a break …
(edit) @268 [268] 8 months jgarber Removing test for nested pre tags. Let someone submit a patch if they …
(edit) @267 [267] 8 months jgarber Split testing of different formatters into different test cases.
(edit) @266 [266] 8 months jgarber Preserve whitespace after explicit html.
(edit) @265 [265] 8 months jgarber Pay attention to whitespace: it's important in pre tags and makes output …
(edit) @264 [264] 8 months jgarber Make separate files for each formatter
(edit) @263 [263] 8 months jgarber Latex formatter (#35) [Gaspard Bucher]
(edit) @262 [262] 8 months jgarber Add footnote class to generated footnote HTML like Textile 2.
(edit) @261 [261] 8 months jgarber Make image alignment trigger parent paragraph's float style.
(edit) @260 [260] 8 months jgarber Refactor how extended blocks are ended; fixes problem with block picking …
(edit) @259 [259] 8 months jgarber Change code_extended_block_code to match threshold_extended_block_code …
(edit) @258 [258] 8 months jgarber Long definitions.
(edit) @257 [257] 9 months jgarber Remove diff highlight limit. There are fewer huge tests than there were …
(edit) @256 [256] 9 months jgarber Fix recognition of deleted phrases that contain hyphens.
(edit) @255 [255] 9 months jgarber Fix test after order of table cell modifiers was switched to match …
(edit) @254 [254] 9 months jgarber Move the STORE_URL on link aliases to match the cleanup in [253].
(edit) @253 [253] 9 months jgarber Allow "tight" links and images (no space surrounding) per Textile2. …
(edit) @252 [252] 9 months jgarber Remove alignment and class from definition lists. It increases the size …
(edit) @251 [251] 9 months jgarber Handling of basic RedCloth?-style definition lists. Removed test for …
(edit) @250 [250] 9 months jgarber Modify a Textism test to account for CAPS getting a span with caps class …
(edit) @249 [249] 9 months jgarber Trivial CSS style order switch to fix test.
(edit) @248 [248] 9 months jgarber Allow blockquote citation.
(edit) @247 [247] 9 months jgarber Scan for link aliases and insert the href where the aliases are used.
(edit) @246 [246] 9 months jgarber Switching to -O0 flag so no optimization is done. End result is smaller …
(edit) @245 [245] 9 months jgarber Add the *.c files as a dependency of Makefile so they exist when the …
(edit) @244 [244] 9 months jgarber Make SRC work with Ragel >= 6.0. Due to Ragel interface changes, it is …
(edit) @243 [243] 9 months jgarber Fix escapement of special characters inside inline code bits.
(edit) @242 [242] 9 months jgarber Adapt Threshold State test cases for our character escape preferences: * …
(edit) @241 [241] 9 months jgarber Add different escaping for pre and notextile blocks.
(edit) @240 [240] 9 months jgarber Eliminate extra comments.
(edit) @239 [239] 9 months jgarber Fix handling of extra whitespace (#34) [zak]
(edit) @238 [238] 9 months jgarber Fix extended blocks. It matches Textile 2 behavior as well.
(edit) @237 [237] 9 months jgarber Fixed extended block paragraph. Broke extended block code and quotes, but …
(edit) @236 [236] 9 months jgarber Removing the part of test_threshold_image_links where a blank alt also …
(edit) @235 [235] 9 months jgarber Allow deleted text to be followed by punctuation as well as a space. …
(edit) @234 [234] 9 months jgarber The best implementation of the dimension pattern yet.
(edit) @233 [233] 9 months jgarber Lines beginning with space are ignored per Textile 2.
(edit) @232 [232] 9 months jgarber Make use of final semicolon in style attribute consistent internally and …
(edit) @231 [231] 9 months jgarber Add in <span class="caps"> for strings of caps and acronyms per Textile 2.
(edit) @230 [230] 9 months jgarber Switch valign to vertical-align style per official Textile 2 manual.
(edit) @229 [229] 9 months jgarber Add test cases from "The official reference manual for Textile …
(edit) @228 [228] 9 months jgarber Fix em, en, and arrow space padding issues. (#33) [Johan Sorensen]
(edit) @227 [227] 10 months jgarber Fix missing second number of dimension [the clever parts courtesy Johan …
(edit) @226 [226] 10 months jgarber Don't allow an image URL to start with a space (#31) [Johan Sorensen]
(edit) @225 [225] 10 months jgarber Preserve spaces around endash; if spaces are present, make sure they're …
(edit) @224 [224] 10 months jgarber List continuation
(edit) @223 [223] 10 months jgarber Fixed failing del test and made it able to accept deletions containing …
(edit) @222 [222] 10 months jgarber Switch order of table cell modifiers. Fixes #21.
(edit) @221 [221] 10 months jgarber Fix (c) eating prior space (closes #11).
(edit) @220 [220] 10 months jgarber Correct my misunderstanding of double-equals. It's an _inline_ signature.
(edit) @219 [219] 10 months jgarber Move HTML preservation tests to their own file.
(edit) @218 [218] 10 months jgarber Johan cleaned up formatting in SuperRedCloth::HTML. (Closes #30) [Johan …
(edit) @217 [217] 10 months jgarber HTML parsing that should be good enough for most people.
(edit) @216 [216] 10 months jgarber Improved HTML handling. Still a bit more improvement left to make.
(edit) @215 [215] 10 months jgarber Allow space between link text and link title.
(edit) @214 [214] 10 months jgarber Adding tests to show #29 worksforme.
(edit) @213 [213] 10 months jgarber Fix segfault on bad table format (#24) [Johan Sorensen]
(edit) @212 [212] 11 months jgarber Adding failing test for HTML in paragraph [Johan Sorensen]
(edit) @211 [211] 11 months jgarber Eliminate legit spacing differences in Poignant test. Must've been a …
(edit) @210 [210] 11 months jgarber Clean up list tests: named them and removed redundancies.
(edit) @209 [209] 11 months jgarber The proper align value is 'justify' not 'justified'
(edit) @208 [208] 11 months jgarber Cleaned up Textism tests
(edit) @207 [207] 11 months jgarber Expose bug where quotes in inline code are made curly.
(edit) @206 [206] 11 months jgarber Don't make curly quotes in blockcode or pre tags
(edit) @205 [205] 11 months jgarber Adding a test scraped from hobix.com/textile
(edit) @204 [204] 11 months jgarber Remove redundant testgroup in test names
(edit) @203 [203] 11 months jgarber Fixing typo in test
(edit) @202 [202] 11 months jgarber Removing instiki_7 & 8 that spec out very strange behavior for div(foo). …
(edit) @201 [201] 11 months jgarber Making instiki_7 & 8 readable
(edit) @200 [200] 11 months jgarber Escape <, >, &, etc. within pre/code blocks as per Textile2, hobix. …
(edit) @199 [199] 11 months jgarber Give tests names so we exactly what the test is testing. Made code.yml …
(edit) @198 [198] 11 months jgarber Simplify Textile2 entity conversion.
(edit) @197 [197] 11 months jgarber A start on having no linebreaks between HTML tags (Textile2 compatibility)
(edit) @196 [196] 11 months jgarber Fix closing </pre> being chopped off
(edit) @195 [195] 11 months jgarber Add spec for non-breaking between HTML elements
(edit) @194 [194] 11 months jgarber Refine dependencies in Rakefile so small changes don't cause complete …
(edit) @193 [193] 11 months jgarber Don't inline format contents of blockcode (bc.).
(edit) @192 [192] 11 months jgarber Better comparison testing against Textile 2.
(edit) @191 [191] 11 months jgarber Fix for OS X Leopard [Johan Sorensen]
(edit) @190 [190] 15 months jgarber Fix ol/ul opts not coming through and passing opts to first li.
(edit) @189 [189] 15 months jgarber Set ignores on compiled files.
(edit) @188 [188] 15 months jgarber Making tests pass over insignificant characters (e.g. semicolon at end of …
(edit) @187 [187] 15 months jgarber Eliminating tests for eliminated features (HTML filtering/sanitizing).
(edit) @186