mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
* Implement AsciiDoc renderer * Add missing tests to maintain expected code coverage * Keep alphabetical order * Refactor indent function (accept char argument and make homogeneous for both MD and Adoc renderers) * Force asciidoc syntax in every table column * Remove extra NL before code blocks and add autowidth tables * Move char argument after settings in indent function * Implement new factory function for asciidoc renderer * Update asciidoc table docs * Return empty indentation if no indent scpecified * Prevent adding a trailing whitespace in table rows * Change asciidoc alias to match file extension * Update docs