| Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
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
|
|
- 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
|
|
|
|
- also honor cellbgcolor for table cells
|
|
- also fix dulicate warning when level 0 section appears in article
|
|
resolves #321 move caption to AbstractBlock, assign even if no title
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
resolves #301 handle author(s) defined using attributes
|
|
resolves #337 set doctitle attribute
|
|
|
|
- also fix doctitle and header title logic
- better test cases for doctitle and header title
|
|
|
|
|
|
|