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

Remove <p> #562

Closed
NightScript370 opened this issue Mar 5, 2018 · 4 comments
Closed

Remove <p> #562

NightScript370 opened this issue Mar 5, 2018 · 4 comments

Comments

@NightScript370
Copy link

I want to remove the line breaks on my local version. How do I do so?

@NightScript370
Copy link
Author

NightScript370 commented Mar 5, 2018

Whoops, I mean't the p tag

@NightScript370 NightScript370 changed the title Remove Line Breaks Remove <p> Mar 5, 2018
@johnnymatthews
Copy link

Do you have an example that could help explain what you're trying to do?

@cebe
Copy link
Contributor

cebe commented Mar 16, 2018

the following should parse only inline markdown:

$Parsedown = new Parsedown();
echo $Parsedown->line('Hello _Parsedown_!');

could be added to the README here: https://github.com/erusev/parsedown#example

@NightScript370
Copy link
Author

Oh hey! the line thing worked. Thanks!

cebe added a commit to cebe/parsedown that referenced this issue Mar 20, 2018
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