vmware-tanzu / tanzu-dev-portal

Content for Tanzu dev portal
Apache License 2.0
136 stars 168 forks source link

Markdown rendering bug in `callout` and other similar shortcodes #1713

Open benwilcock opened 2 years ago

benwilcock commented 2 years ago

This works:

{{% callout %}}
The steps below have been tested with Tanzu Application Platform version 1.0.2 (the most current at the time of writing). The official documentation for Tanzu Application Platform can be found [here](https://docs.vmware.com/en/Tanzu-Application-Platform/1.0/tap/GUID-overview.html). 
{{% /callout %}}

But when you use formally defined links in your callout, the links don't display (and they should):

{{% callout %}}
The steps below have been tested with Tanzu Application Platform version 1.0.2 (the most current at the time of writing). The official documentation for Tanzu Application Platform can be found [here][tap-docs]. 
{{% /callout %}}

image

benwilcock commented 2 years ago

This is in a make preview site BTW. Not sure if that means it's really a problem or not - hard to know without committing and building with the production pipeline.