summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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-30resolves #382 don't leak doctitle into nested documentDan Allen
- nested document for AsciiDoc table cell shouldn't see doctitle from parent - add test to verify behavior - don't load AsciiDoc document for cells in header row
2013-05-30require menu to begin w/ word char to avoid matching XML attributeDan Allen
2013-05-29resolves #259 add btn inline macroDan Allen
- add btn incline macro - add compatibility config for AsciiDoc - add tests
2013-05-29Merge pull request #378 from mojavelinux/drop-include-when-target-blankDan Allen
resolves #376 drop line if target of include macro is blank
2013-05-29resolves #376 drop line if target of include macro is blankDan Allen
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-29resolves #173 Added an inline menu macro to identify a menu selectionBrian Leathem
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 #172 Added an inline key macro to identify a key or key combinationBrian Leathem
2013-05-29resolves #373 support markdown-style headings as section titlesDan Allen
2013-05-29Merge pull request #370 from mojavelinux/toc-classesDan Allen
resolves #369 make level 0 section titles more prominent in TOC
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-29Merge pull request #368 from mojavelinux/sub-include-target-attributesDan Allen
resolves #367 resolve attribute references in target of include macro
2013-05-29Merge pull request #366 from mojavelinux/reset-block-intentDan Allen
resolves #365 add indent attribute to verbatim blocks
2013-05-29resolves #369 make level 0 section titles more prominent in TOCDan Allen
- put level 0 section titles in their own level - add class to each nested outline that cooresponds to the section level - default stylesheet updates: * make level 0 section titles italic * align level 0 and level 1 section titles * add margin around level 1 section nested in a level 0 section - add additional toc tests
2013-05-28add sect0 class to level 0 section headingsDan Allen
2013-05-28resolves #367 resolve attribute references in target of include macroDan Allen
2013-05-28resolves #365 add indent attribute to verbatim blocksDan Allen
- indent attribute on block controls leading block indent - indent attribute on include macro controls leading block indent - add tests - change last argument to build_block to options
2013-05-27Merge pull request #360 from mojavelinux/toc-numberingDan Allen
resolves #341 toc should honor numbered attribute
2013-05-28resolves #314 add irc scheme to link detectionDan Allen
2013-05-28resolves #341 toc should honor numbered attributeDan Allen
- toc should include numbers in sections only if numbered attribute is set - toc should read numbered attribute at position of section (not just global) - add type="none" attribute to <ol> elements in toc - add tests and fix incorrect test assumptions
2013-05-27resolves #202 add prettify source-highlighterDan Allen
- add prettify as a source-highlighter option - add javascript language hover - add language-* class to pre or code tag for listing
2013-05-26resolves #115 add option to use font iconsDan Allen
- include Font Awesome in the default stylesheet - introduce styles to draw each admonition icon w/ FontAwesome - include caption in title of <i> element
2013-05-26resolves #285 add toc2 layout to default stylesheetDan Allen
- add toc-class (toc2) to body - cleanup spacing in document template
2013-05-26resolves #80 Add tests for all special sectionsDan Allen
2013-05-26output screen element in docbook for listing or source block w/o languageDan Allen
2013-05-26change passthrough boundary character to \eDan Allen
- use \e instead of \x0 as passthrough boundary char so it doesn't get stripped
2013-05-26Merge pull request #353 from mojavelinux/dlist-consecutive-labelsDan Allen
resolves #315 consecutive terms in labeled list share same entry
2013-05-26Merge pull request #352 from mojavelinux/link-section-titlesDan Allen
resolves #122 link section titles
2013-05-26resolves #315 consecutive terms in labeled list share same entryDan Allen
2013-05-26resolves #122 link section titlesDan Allen
- add option sectanchors to add anchors to section titles - add option sectlinks to turn section titles into links - update stylesheet to display accordingly - make .lead style available to AsciiDoc paragraphs
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-25resolves #175 block title not allowed above document titleDan Allen
- also fix dulicate warning when level 0 section appears in article
2013-05-25Merge pull request #345 from mojavelinux/caption-cleanupDan Allen
resolves #321 move caption to AbstractBlock, assign even if no title
2013-05-25resolves #214 parse attributes in link when use-link-attrs is setDan Allen
2013-05-25resolves #321 move caption to AbstractBlock, assign even if no titleDan Allen
2013-05-25resolves #313 honor haml/slim/jade-like shorthand for id and role attributesDan Allen
2013-05-24cleanups and minor improvementsDan Allen
- remove unused dependencies (mocha, htmlentities) - use proper mimetype for SVG - allow backend option to be specified as symbol - set haml format to html5 for all html backends (including slides)
2013-05-24resolves #298 horizontal dlist layout in docbook backendDan Allen
2013-05-23resolves #334 add section level 5 (maps to <h6> in html5 backend)Dan Allen
2013-05-23Merge pull request #302 from mojavelinux/authorcount-fixDan Allen
resolves #301 handle author(s) defined using attributes
2013-05-23Merge pull request #338 from mojavelinux/doctitleDan Allen
resolves #337 set doctitle attribute
2013-05-23resolves #328 support for inline renderingDan Allen
2013-05-23resolves #337 set doctitle attributeDan Allen
- also fix doctitle and header title logic - better test cases for doctitle and header title
2013-05-22resolves #335 fix bad variable name, add test for itDan Allen
2013-05-16minor fixesDan Allen
2013-05-16use ruby_install_name in functional invoker testDan Allen