| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- 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
|
|
- 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
|
|
- 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
|
|
|
|
- add btn incline macro
- add compatibility config for AsciiDoc
- add tests
|
|
resolves #376 drop line if target of include macro is blank
|
|
|
|
- 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
|
|
|
|
|
|
fix crash in csv table when line missing endline
|
|
add type attribute to ordered list in html5 backend
|
|
resolves #369 make level 0 section titles more prominent in TOC
|
|
- "air quotes" blockquotes
- markdown-style blockquotes
- quoted paragraph shorthand blockquote
- update asciidoc.conf to comply as best as possible
|
|
resolves #367 resolve attribute references in target of include macro
|
|
resolves #365 add indent attribute to verbatim blocks
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- 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
|
|
|
|
resolves #341 toc should honor numbered attribute
|
|
|
|
- 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
|
|
- add prettify as a source-highlighter option
- add javascript language hover
- add language-* class to pre or code tag for listing
|
|
- 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
|
|
- include Font Awesome in the default stylesheet
- introduce styles to draw each admonition icon w/ FontAwesome
- include caption in title of <i> element
|
|
- add toc-class (toc2) to body
- cleanup spacing in document template
|
|
|
|
|
|
- use \e instead of \x0 as passthrough boundary char so it doesn't get stripped
|
|
resolves #315 consecutive terms in labeled list share same entry
|
|
|
|
|
|
resolves #122 link section titles
|
|
|
|
- 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
|
|
|
|
resolves #228 support {set:name:value} syntax
|
|
optimize split operations, remove unneeded constants
|
|
- also honor cellbgcolor for table cells
|
|
|