-
Notifications
You must be signed in to change notification settings - Fork 8
Content inside blockquotes don't follow markdown rules. #443
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
> 🚧 At this time Hyphen Deploy supports containerized applications running on:
>
> - 🚧 Amazon Elastic Container Service (ECS)
> - 🚧 Azure Container Apps
> - 🚧 Google Cloudrun
Produces output that looks like this:
<blockquote>
<p>🚧 At this time Hyphen Deploy supports containerized applications running on:</p>
<p>🚧 _ Amazon Elastic Container Service (ECS)
🚧 _ Azure Container Apps
🚧 Google Cloudrun</p>
</blockquote>
Instead of
<blockquote>
<p>🚧 At this time Hyphen Deploy supports containerized applications running on:</p>
<ul>
<li>🚧 Amazon Elastic Container Service (ECS)</li>
<li>🚧 Azure Container Apps</li>
<li>🚧 Google Cloudrun</li>
</ul>
</blockquote>
See https://hyphen.ai/docs/deploy/deploy-quickstart (top of guide) for example
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working