summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-05-30update documentation for attribute cli argumentDan Allen
2013-05-30prepare v0.1.3 releaseDan Allen
2013-05-30get docinfo suffix from outfilesuffix attributeDan Allen
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-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 #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-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-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-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-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-26optimizations to attribute substitutionDan Allen
2013-05-26template cleanupsDan Allen
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-25Merge pull request #349 from mojavelinux/set-attribute-inlineDan Allen
resolves #228 support {set:name:value} syntax
2013-05-25Merge pull request #348 from mojavelinux/split-optimizationDan Allen
optimize split operations, remove unneeded constants
2013-05-25resolves #228 support {set:name:value} syntaxDan Allen
- also honor cellbgcolor for table cells
2013-05-25optimize split operations, remove unneeded constantsDan Allen