fix: Preserve asterisk list in header and fix escaping (#179)

This commit is contained in:
Khosrow Moossavi
2020-01-30 18:47:32 -05:00
committed by GitHub
parent bf38a75fe3
commit 43f69d337f
47 changed files with 345 additions and 12 deletions

View File

@@ -3,6 +3,15 @@
*
* Example of 'foo_bar' module in `foo_bar.tf`.
*
* - list item 1
* - list item 2
*
* Even inline **formatting** in _here_ is possible.
* and some [link](https://domain.com/)
*
* * list item 3
* * list item 4
*
* ```hcl
* module "foo_bar" {
* source = "github.com/foo/bar"