fix: Do not escape markdown table inside module header (#186)

This commit is contained in:
Khosrow Moossavi
2020-02-01 14:21:54 -05:00
committed by GitHub
parent 0f6b1e0e82
commit bf07706947
54 changed files with 269 additions and 12 deletions

View File

@@ -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" {}