summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-28introduce installation via Ruby packaging in the docs [skip ci]Dan Allen
2021-11-18resolves #4206 process author or authors document attribute in document heade...Dan Allen
2021-11-13fix lint errorDan Allen
2021-11-13use dup instead of super({}) in monkeypatch for Hash#mergeDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-13use separate variable for implicit author metadata to make code more clearDan Allen
2021-11-12simplify processing of author metadataDan Allen
2021-11-12verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-11-12add CHANGELOG entries for new documentation about :sourcemap and :catalog_ass...Dan Allen
2021-11-11revise errors and warnings page for accuracyDan Allen
2021-11-11fix typo in docsDan Allen
2021-11-10resolves #3656 add support for link=self to image macros (PR #4200)Dan Allen
2021-11-10add tests for rotate and flip attributes on font-based icon macro; make attri...Dan Allen
2021-11-10rewrite convert handler for inline image to make it more clear and efficientDan Allen
2021-11-10simplify logic branches for converting different image types and modesDan Allen
2021-11-09add Catalog Assets page to navDan Allen
2021-11-09document how to catalog assets when using the API [skip ci]Dan Allen
2021-11-09use numeric character reference for closing square bracket around alt text of...Dan Allen
2021-11-08drop unnecessary brackets in converterDan Allen
2021-11-08document the security assumptions of the processor as they related to the saf...Dan Allen
2021-11-08document how to enable and use the sourcemap [skip ci]Dan Allen
2021-11-08revise the docs for the :safe API option [skip ci]Dan Allen
2021-11-08add test to verify title of formal paragraph is used as fallback reftextDan Allen
2021-11-07update RuboCop and add new rules to configDan Allen
2021-11-07add test to verify partintro can be defined using special sectionDan Allen
2021-11-03add link to Kramdown AsciiDoc on the Markdown migration page [skip ci]Dan Allen
2021-11-01clarify relationship between -v and --log-level CLI options in help textDan Allen
2021-11-01resolves #3868 add --log-level option to CLI to control log level (PR #4198)Dan Allen
2021-11-01cancel build already in progress for same workflow and refDan Allen
2021-11-01remove old load-templates.adoc page from nav for API [skip ci]Dan Allen
2021-10-30sync description of --failure-level in man page [skip ci]Dan Allen
2021-10-30allow --failure-level option to be set to default value, FATAL, and update de...Dan Allen
2021-10-29update the apidoc for the Document#write method [skip ci]Dan Allen
2021-10-28resolves #4101 add support for role on thematic break to HTML converter (PR #...Dan Allen
2021-10-27exclude invoker test that asserts on stderr from running on JRuby for WindowsDan Allen
2021-10-26resolves #4186 remove form styles from default stylesheet (PR #4194)Dan Allen
2021-10-26fix syntax error in test suiteDan Allen
2021-10-26exclude invoker test that asserts on stderr from running on JRuby 9.1 for Win...Dan Allen
2021-10-26fix test assertion in invoker test on JRubyDan Allen
2021-10-26fix lint errorDan Allen
2021-10-26verify behavior when --trace CLI option is setDan Allen
2021-10-26add test to verify CLI suggests --trace option if not present when program ra...Dan Allen
2021-10-24clarify role of standalone option in creating a standalone or embedded docume...Dan Allen
2021-10-24remove redundant use of typically in docs [skip ci]Dan Allen
2021-10-23remove gist embed styles from default stylesheetDan Allen
2021-10-23clarify the association between backend and converter and link to custom conv...Dan Allen
2021-10-22resolve #4192 honor :header_only option when parsing document with manpage do...Dan Allen
2021-10-22use implicit source block in README filesDan Allen
2021-10-22don't set deprecated language attribute in README filesDan Allen
2021-10-21use literal paragraph for choco command in README [skip ci]Dan Allen