summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Collapse)Author
2018-11-10drop the compat folder from the source repositoryDan Allen
2014-11-21cleanup intrinsic attribute listDan Allen
- add `blank` as alias to `empty` - drop `apostrophe` since already covered by `apos`
2014-11-21resolves #1208 add intrinsic attribute cpp with value C++Dan Allen
2014-08-10output attribution in front of citetitle in quote & verse blocksDan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
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-18resolves #225 phrase surrounded with # defaults to marked textDan Allen
- map phrase formatted with # as marked text - minor optimizations - update AsciiDoc Python compat file
2014-07-16add note about disabling single quoted emphasisDan Allen
2014-07-16resolves #956 fix invalid docbook when adding role to formatted textDan Allen
- add role attribute directly to literal, superscript and subscript elements - update AsciiDoc compat file with the same changes
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
- 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
2014-06-23resolves #752 upgrade to Font Awesome 4.1Guillaume Grossetie
- 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
2014-05-27follow-up for #935 add support for id attribute on links to compat fileDan Allen
2013-10-28resolves #737 disable subs on pass block by defaultDan Allen
2013-10-26resolves #738 vertical table headers use th element instead of header classDavid Gamba
- Update Asciidoc compatibility file - Update stylesheet
2013-10-19resolves #715 replace single quote at end of wordDan Allen
2013-09-26resolves #643 add vbar attribute, make brvbar resolve properlyDan Allen
2013-09-25resolves #629 add user-home attribute that resolves to user's home directoryDan Allen
2013-09-18enable source block in compat when source-highlighter is unsetDan Allen
2013-09-04resolves #616 add float attribute to image inline macroDan Allen
2013-09-02fix fenced code compatibility entryDan Allen
2013-08-28rework #455 to pass Markdown horizontal rule testsDan Allen
2013-08-23add XML-based callout to AsciiDoc compat configDan Allen
2013-07-04add compatibility for handling absolute and uri image targetsDan Allen
2013-06-28disable linkcss in AsciiDoc compat fileDan Allen
2013-06-27resolves #455 add Markdown-style horizontal rules (w/ restriction)Dan Allen
2013-06-21resolves #441 add AsciiDoc compat for linkattrs featureDan Allen
2013-06-03resolves #388 add level 5 section to compatibility fileDan Allen
2013-05-30cleanups and minor bug fixesDan Allen
- 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
2013-05-29resolves #259 add btn inline macroDan Allen
- add btn incline macro - add compatibility config for AsciiDoc - add tests
2013-05-29resolves #173 Add menu inline macroDan Allen
- 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
2013-05-29Merge pull request #375 from mojavelinux/kbd-inline-macroDan Allen
resolves #172 Add kbd inline macro
2013-05-29resolves #172 add inline keyboard macroDan Allen
- 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
2013-05-29resolves #373 support markdown-style headings as section titlesDan Allen
2013-05-29Merge pull request #371 from mojavelinux/ordered-list-typeDan Allen
add type attribute to ordered list in html5 backend
2013-05-29resolves #196 support alternative quote formsDan Allen
- "air quotes" blockquotes - markdown-style blockquotes - quoted paragraph shorthand blockquote - update asciidoc.conf to comply as best as possible
2013-05-29add type attribute to ordered list in html5 backendDan Allen
2013-05-28add sect0 class to level 0 section headingsDan Allen
2013-05-27resolves #115 add option for font-based iconsDan Allen
- 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
2013-05-25resolves #350 shorthand syntax for table formatDan Allen
2013-05-25resolves #228 support {set:name:value} syntaxDan Allen
- also honor cellbgcolor for table cells
2013-05-02resolves #295 support preamble toc-placementDan Allen
- also fix an invalid toc test
2013-04-25resolves #257 add AsciiDoc config to document compatibilityDan Allen