mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Escape pipe character when generating Markdown (#114)
This commit is contained in:
committed by
Martin Etmajer
parent
2c18dae748
commit
9f63bdf484
@@ -51,3 +51,9 @@ variable "list-1" {
|
||||
|
||||
// A variable with underscores.
|
||||
variable "input_with_underscores" {}
|
||||
|
||||
// A variable with pipe in the description
|
||||
variable "input-with-pipe" {
|
||||
description = "It includes v1 | v2 | v3"
|
||||
default = "v1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user