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

[Fixes #21] - Add newline before & after headers #22

Merged
merged 2 commits into from
Jun 15, 2018

Conversation

devrelm
Copy link
Contributor

@devrelm devrelm commented Jun 15, 2018

Fixes #21.

Before:

In:

<h1>Header1</h1><h2>Header 2</h2>

Out:

*Header1**Header2*

After

Out:


*Header1*

*Header2*

Copy link
Contributor

@bkeepers bkeepers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @devrelm, this looks great!

I'll get it merged and deployed here in a few.

@bkeepers bkeepers merged commit fd75659 into integrations:master Jun 15, 2018
@devrelm devrelm deleted the patch-1 branch June 19, 2018 18:57
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.

None yet

2 participants