summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-30Release 0.1.3v0.1.3Dan Allen
2013-05-30update documentation for attribute cli argumentDan Allen
2013-05-30update tested ruby versions [ci skip]Dan Allen
2013-05-30prepare v0.1.3 releaseDan Allen
2013-05-30get docinfo suffix from outfilesuffix attributeDan Allen
2013-05-30update descriptionDan Allen
2013-05-30Merge pull request #383 from jencompgeek/fix-gemspecDan Allen
Add _stylesheets to gemspec files
2013-05-30Merge pull request #384 from mojavelinux/cleanupDan Allen
Cleanups
2013-05-30update stylesDan Allen
- style blockquote w/o empty attribute div - style verseblock - remove span. from inline style classes - shorten line above footnotes - remove margin-bottom from qlist when last element - embolden label in horizontal dlist
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-30Add _stylesheets to gemspec filesJennifer Hickey
Fixes "cannot load such file -- asciidoctor/backends/_stylesheets" when running asciidoctor from built gem
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-29Merge pull request #379 from mojavelinux/button-inline-macroDan Allen
resolves #259 add btn inline macro
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-29Merge pull request #377 from mojavelinux/menu-inline-macroDan Allen
Resolves #173 Add menu inline macro
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-29Merge pull request #374 from mojavelinux/markdown-headingsDan Allen
resolves #373 support markdown-style headings as section titles
2013-05-29resolves #373 support markdown-style headings as section titlesDan Allen
2013-05-29Merge pull request #372 from mojavelinux/fix-table-crashDan Allen
fix crash in csv table when line missing endline
2013-05-29Merge pull request #371 from mojavelinux/ordered-list-typeDan Allen
add type attribute to ordered list in html5 backend
2013-05-29Merge pull request #370 from mojavelinux/toc-classesDan Allen
resolves #369 make level 0 section titles more prominent in TOC
2013-05-29Merge pull request #362 from mojavelinux/alternate-quote-formsDan Allen
resolves #196 support alternative quote forms
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-29fix crash in csv table when line missing endlineDan Allen
2013-05-29add type attribute to ordered list in html5 backendDan Allen
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-28copycss should only apply for HTML backendsDan Allen
2013-05-27Merge pull request #360 from mojavelinux/toc-numberingDan Allen
resolves #341 toc should honor numbered attribute
2013-05-27Merge pull request #361 from mojavelinux/irc-url-schemeDan Allen
resolves #314 add irc scheme to link detection
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-27Merge pull request #359 from mojavelinux/prettifyDan Allen
resolves #202 add prettify source-highlighter
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-27Merge pull request #299 from mojavelinux/admonition-font-iconsDan Allen
resolves #115 add option to use font icons
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-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-26Merge pull request #358 from mojavelinux/toc2-stylesDan Allen
resolves #285 add toc2 layout to default stylesheet
2013-05-26resolves #285 add toc2 layout to default stylesheetDan Allen
- add toc-class (toc2) to body - cleanup spacing in document template