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

doc fix example with newline interpolation #1071

Merged
merged 1 commit into from
Jun 12, 2017
Merged

doc fix example with newline interpolation #1071

merged 1 commit into from
Jun 12, 2017

Conversation

jpuck
Copy link
Contributor

@jpuck jpuck commented Jun 11, 2017

as is with single quotes, the example renders:

<ul>
<li>One* Two</li>
</ul>

using double quotes interprets the newline correctly:

<ul>
<li>One</li>
<li>Two</li>
</ul>

@kivikakk
Copy link
Contributor

Nice catch — thank you!

@kivikakk kivikakk merged commit 69ee5d6 into github:master Jun 12, 2017
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

Successfully merging this pull request may close these issues.

2 participants