-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Terraform CLI and terraform-plugin-docs Versions
Terraform version: 1.7.3
terraform-plugin-docs: 0.19.0
Provider Code
The resource template:
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
description: |-
{{ .Description | plainmarkdown | trimspace | prefixlines " " }}
---
# {{.Name}} ({{.Type}})
{{ .Description | trimspace }}
{{ if .HasExample -}}
## Example Usage
{{tffile .ExampleFile}}
{{- end }}
{{ .SchemaMarkdown | trimspace }}
{{ if .HasImport -}}
## Import
Import is supported using the following syntax:
{{tffile .ImportFile}}
{{- end }}Expected Behavior
With the update from version 0.18.0 to 0.19.0 there are no changes in the generated markdown
Actual Behavior
The markdown gets reformated (bullet points are removed without proper spacing) as well as links are removed
Steps to Reproduce
- tfplugindocs generate --rendered-provider-name "SAP BTP"
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Here some screenshots that highlight the mismatch between the versions:
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


