Highlighting
WarningThere is an option to use thehighlightshortcode from Hugo but we have disabled that feature as it is redundant to using ticks. All usage will throw an error in the Hugo build.
resource "azurerm_nginx_certificate" "cert1" {
name = "examplecert"
nginx_deployment_id = azurerm_nginx_deployment.test.id
key_virtual_path = "/src/cert/soservermekey.key"
certificate_virtual_path = "/src/cert/server.cert"
key_vault_secret_id = azurerm_key_vault_certificate.test.secret_id
}
|
|
Values you can use forhl_linesare all non-zero positive integers. If you include a line number inhl_linesthat does not exist (e.g.16in this example), it will highlight until the end.
|
|