Skip to content

Content inside blockquotes don't follow markdown rules. #443

@nathanyoung

Description

@nathanyoung
> 🚧 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions