mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
fix: Do not escape markdown table inside module header (#186)
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
*
|
||||
* Here is some trailing text after code block,
|
||||
* followed by another line of text.
|
||||
*
|
||||
* | Name | Description |
|
||||
* |------|-----------------|
|
||||
* | Foo | Foo description |
|
||||
* | Bar | Bar description |
|
||||
*/
|
||||
|
||||
resource "tls_private_key" "baz" {}
|
||||
|
||||
Reference in New Issue
Block a user