charmhub pages don't use markdown for metadata description field
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Invalid
|
Undecided
|
Unassigned | ||
Snap Store Server |
New
|
Undecided
|
Unassigned |
Bug Description
For the atlantis operator I have the following in my metadata.yaml:
```
description: |
A charm providing Terraform pull request automation using [Atlantis](https:/
When PRs are generated against a Terraform config repository this charm can be configured to listen for a webhook which then triggers it to run `terraform plan` and post that to the PR. Reviewers can then post a message that will trigger this service to apply the changes if appropriate.
Improve your Terraform workflow, making it easier for devops teams to collaborate on infrastructure changes.
This charm is useful for teams wanting to automate their Terraform workflows.
```
However, the display has no newlines, doesn't include a link or pre-formatted text.
tags: | added: charmhub |
(Fwiw, I'm filing a bug here because the "Contribute > Report a Bug" link from the charmhub page brings me here)