| Age | Commit message (Collapse) | Author |
|
|
|
- add `blank` as alias to `empty`
- drop `apostrophe` since already covered by `apos`
|
|
|
|
|
|
|
|
- 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
|
|
- map phrase formatted with # as marked text
- minor optimizations
- update AsciiDoc Python compat file
|
|
|
|
- add role attribute directly to literal, superscript and subscript elements
- update AsciiDoc compat file with the same changes
|
|
- disable single quotes as emphasis formatting marks by default
- introduce compat-mode document attribute to reenable legacy behavior
- add compat_mode property to document to set compatibility mode
- don't replace trailing single quote with right single smart quote
- introduce `' as the formatting mark to make a right single quote (rsquo)
- unescape escaped single quote explicitly
- update compat file for AsciiDoc Python
|
|
- upgrade to Font Awesome 4.1
- change CSS classes to align with Font Awesome 4.1
- add Font Awesome 3 compat stylesheet to the compat folder
- use simplified class matchers in default stylesheet
- update tests
|
|
|
|
|
|
- Update Asciidoc compatibility file
- Update stylesheet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix failure to set text_only mode correctly when processing list
- add test for text_only mode failure
- document supports for pass style on open blocks and paragraphs
- remove unused regex keys
- don't output colgroup on horizontal dlist if widths not set
- remove old splain methods (we'll reintroduce cleaner debugging)
- change use-link-attrs to linkattrs
- cleanup check for header row in table processing
- add role directly to quoted text element, if applicable
- add AsciiDoc compatibility config for role on quoted text element
- cut out some whitespace from templates, organize erb
|
|
- add btn incline macro
- add compatibility config for AsciiDoc
- add tests
|
|
- added menu inline macro using syntax menu:name[(item(> item)*)?]
- added menu inline macro using syntax "name( > item)+"
- added styles for menu to default stylesheet
- changed class name in HTML output for key combo to "keyseq"
- AsciiDoc compatibility configuration
- tests
|
|
resolves #172 Add kbd inline macro
|
|
- add keyboard macro following pattern kbd:[key(+key)*]
- add inline keyboard template
- update default stylesheet to include styling for kbd element
- include compatibility configuration for AsciiDoc
|
|
|
|
add type attribute to ordered list in html5 backend
|
|
- "air quotes" blockquotes
- markdown-style blockquotes
- quoted paragraph shorthand blockquote
- update asciidoc.conf to comply as best as possible
|
|
|
|
|
|
- attribute icons=font activates font-based icons
- font-based icon styles
- add toc2 class to body and #toc in asciidoc.conf compatibility file
- template cleanups
|
|
|
|
- also honor cellbgcolor for table cells
|
|
- also fix an invalid toc test
|
|
|