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

enclosing <p> tag #40

Open
nschloe opened this issue Mar 30, 2016 · 0 comments
Open

enclosing <p> tag #40

nschloe opened this issue Mar 30, 2016 · 0 comments

Comments

@nschloe
Copy link

nschloe commented Mar 30, 2016

As stated in the README, the most basic example

var kramed = require('kramed');
console.log(kramed('I am using __markdown__.'))

spits out

<p>I am using <strong>markdown</strong>.</p> 

I'm puzzled why one should insert paragraph tags (<p>) here; I can find no such indication in the input string I am using __markdown__.. In fact, the added <p> tag makes it impossible for me to use kramed without a subsequent line break, so I'd like to cast my vote for removing it.

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

1 participant