Skip to content

Commit

Permalink
Update markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wood committed Apr 18, 2024
1 parent 009210a commit 562141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func contains(slice []tfjson.Action, val tfjson.Action) bool {
func PrintResources(message string, resources []string, bulletSymbol string, color *color.Color, compact bool, useMarkdown bool) {
if len(resources) != 0 {
if useMarkdown {
fmt.Printf("## %s\n\n", message) // Markdown header for the message
fmt.Printf("### %s\n\n", message) // Markdown header for the message
for _, resource := range resources {
var emoji string
switch bulletSymbol {
Expand Down

0 comments on commit 562141e

Please sign in to comment.