Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown being incorrectly processed #1004

Open
gbonfiglio opened this issue Jun 4, 2018 · 1 comment
Open

Markdown being incorrectly processed #1004

gbonfiglio opened this issue Jun 4, 2018 · 1 comment

Comments

@gbonfiglio
Copy link
Contributor

In a session page, this MD:

AWS WAF: https://aws.amazon.com/waf/
AWS Shield: https://aws.amazon.com/shield/

Is rendered as:

<p>AWS WAF: <a href="https://aws.amazon.com/waf/">https://aws.amazon.com/waf/</a>
AWS Shield: <a href="https://aws.amazon.com/shield/">https://aws.amazon.com/shield/</a></p>

(single line) - it should include a newline.

@fzipi
Copy link
Contributor

fzipi commented Jun 5, 2018

Did you try for example:

AWS WAF: https://aws.amazon.com/waf/

AWS Shield: https://aws.amazon.com/shield/

There is not much that we can do with this, as the markdown processor is the one from hugo...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants