summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-04-27handle case when self xref without link text is inside AsciiDoc table cellDan Allen
2021-04-27use value of refid attribute as linkend for internal xref in DocBook converte...Dan Allen
2021-04-27remove outdated comment in DocBook converter [skip ci]Dan Allen
2021-04-26resolves #4032 use xreftext of document as fallback link text for inter-docum...Dan Allen
2021-04-26format keyboard references in monospace in manpage outputDan Allen
2021-04-26use mock boundaries when formatting UI macros and callout numbers in manpage ...Dan Allen
2021-04-23add comment in DocBook converter as to why the link tag is used instead of xr...Dan Allen
2021-04-23resolves #4035 don't assign empty role to inline phrase (PR #4036)Dan Allen
2021-04-23use fallback value when resolving relfileprefix attribute for inter-document ...Dan Allen
2021-04-23resolves #4033 don't assign nil value to named attribute mapped to absent pos...Dan Allen
2021-04-20add comment why include with partial-option is set is registered with a nil v...Dan Allen
2021-04-19Begin development on next version [skip ci]Dan Allen
2021-04-19Release 2.0.14v2.0.14Dan Allen
2021-04-19resolves #3732 allow value of user-home attribute to be overridden by API or ...Dan Allen
2021-04-19resolves #3938 allow subs attribute value on Inline node returned by process ...Dan Allen
2021-04-19don't call apply_subs for custom inline macro if no subs are resolvedDan Allen
2021-04-19fix docs for expand_subs method on Substitutor; simplify code branch for symb...Dan Allen
2021-04-18resolves #4024 suppress missing attribute warning when processing value for d...Dan Allen
2021-04-17resolves #4018 allow showtitle/notitle to be toggled in AsciiDoc table cell i...Dan Allen
2021-04-17resolves #2586 ensure document attributes unset in parent document remain uns...Dan Allen
2021-04-17resolves #4017 do not allow AsciiDoc table cell to set document attribute tha...Dan Allen
2021-04-17resolves #4023 honor caption attribute on blocks that support captioned title...Dan Allen
2021-04-17fix references to AsciiDoc.py in code comments [skip ci]Dan Allen
2021-04-16use public method to apply substitution to source in Pygments adapterDan Allen
2021-04-16add issue reference to Time#mtime issue and workaround [skip ci]Dan Allen
2021-04-15resolves #3550 run tests on JRuby for Windows in CI (PR #3841)Dan Allen
2021-04-14resolves #4013 increment counter (but not the corresponding attribute) if att...Dan Allen
2021-04-10Begin development on next version [skip ci]Dan Allen
2021-04-10Release 2.0.13v2.0.13Dan Allen
2021-04-10resolves #3892 don't mangle formatting macros when uppercasing section titles...Dan Allen
2021-04-09resolves #3757 output all mannames in name section of HTML output for manpage...Dan Allen
2021-04-09resolves #3997 rollback change for #3470; skip empty lines before processing ...Dan Allen
2021-04-09resolves #4004 remove redundant trailing space on URL followed by non-adjacen...Dan Allen
2021-04-09resolves #3940 fix crash when resolving next value in sequence for non-numeri...Dan Allen
2021-04-09resolves #3939 counter and counter2 directives in attribute reference should ...Guillaume Grossetie
2021-04-08resolves #4000 substitute attribute references in manpurpose inside NAME sect...Dan Allen
2021-04-07revise description of -v CLI option; document in usage that application log m...Dan Allen
2021-04-07resolves #3992 use .bp macro at location of page break in manpage output (PR ...Dan Allen
2021-04-07remove outdated FIXME in manpage converter [skip ci]Dan Allen
2021-04-07remove extra .sp before content of verse block in manpage outputDan Allen
2021-04-07don't escape hyphen when printing manname in NAME section in manpage outputDan Allen
2021-04-06remove outdated comment in manpage converter [skip ci]Dan Allen
2021-04-05resolves #3988 fix formatting of footnote text with URL in manpage output (PR...Dan Allen
2021-04-04resolves #3989 fix layout of footnotes in manpage output and add tests (PR #3...Dan Allen
2021-03-29resolves #3982 allow NullLogger to be enabled by setting the :logger option t...Dan Allen
2021-03-24resolves #3969 add support for using pygments.rb 2.x when source-highlighter=...Marat Radchenko
2021-03-23don't pluralize regular expression map for consistencyDan Allen
2021-03-22rewrite description for manpage converter to more accurately communicate its ...Dan Allen
2021-03-07remove a redundant nil return in extensionsDan Allen
2021-02-24format code in rouge adapterDan Allen