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

[BUG] \n are not rendered #179

Open
Robouste opened this issue Jul 31, 2019 · 2 comments
Open

[BUG] \n are not rendered #179

Robouste opened this issue Jul 31, 2019 · 2 comments

Comments

@Robouste
Copy link

If there is a \n in the content, it is not translated properly.

Code:

<ngx-md>
  # Title \n ## Subtitle
</ngx-md>

Result:

image

Does it need extra configuration ?

@dimpu
Copy link
Owner

dimpu commented Oct 1, 2019

\n is not a valid line break in markdown.

Y don’t you simple write

Title

Sub Title

@skol-pro
Copy link

Facing the same issue. What's the correct markdown for cariage return then ?

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

3 participants