summaryrefslogtreecommitdiff
path: root/features/text_formatting.feature
AgeCommit message (Collapse)Author
2015-07-05resolves #1170 and #841 expand tabs properlyDan Allen
- introduce tabsize attribute to control size of tab character - expand tabs in verbatim blocks if tab present and value of tabsize attribute is positive - rename reset_block_indent! to adjust_indentation! - only use adjust_indentation! on include if indent is specified - only expand tabs in included content if indent attribute is set - use adjust_indentation! to remove left margin in paragraphs marked normal - don't add indentation to empty lines - set tab-size property to 4 in default stylesheet - increase letter spacing in blockquote cite in default stylesheet - add and fix tests
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
- change + to be constrained passthough (no monospaced formatting) * recognize role "x-" to reenable legacy behavior - change ++ to be unconstrained passthrough (no monospaced formatting, same as $$) * recognize role "x-" to reenable legacy behavior - add role to unconstrained passthroughs (except for pass:[] macro) - change ` to be constrained monospace (no passthrough behavior) - change `` to be unconstrained monospace (no passthrough behavior) - use compat-mode document attribute to reenable legacy behavior - update compat file for compatibility with AsciiDoc Python - update tests for both compatibility modes - fix marked text in compat file
2014-07-15add cucumber test for superscript and subscriptDan Allen