Highlighting
WarningThere is an option to use thehighlight
shortcode 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_lines
are all non-zero positive integers. If you include a line number inhl_lines
that does not exist (e.g.16
in this example), it will highlight until the end.
|
|