patch source for a couple code block changes

This commit is contained in:
Jeff Escalante 2020-05-29 17:22:16 -04:00
parent 700d9e4710
commit 9a38fbe2c7
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ type Config struct {
// tags to the image to ensure this information is not lost. The following
// tags are added.
//
// ```
// ```text
// 1. PlanName
// 2. PlanProduct
// 3. PlanPublisher

View File

@ -39,7 +39,7 @@ type ExportConfig struct {
// packer call like this (shell `>` continuation character snipped for easier
// copy & paste):
//
// ``` shell
// ```shell
// vm_description='some
// multiline
// description'