cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

[FIX] HTML close tag #8

Closed omrilotan closed 7 years ago

omrilotan commented 7 years ago

@cwjohan HTML close tag was just <html> instead of </html>

cwjohan commented 7 years ago

Thanks for pointing out the closing HTML tag problem, Omri.

On Thu, Oct 6, 2016 at 9:56 AM, Omri Lotan notifications@github.com wrote:

@cwjohan https://github.com/cwjohan HTML close tag was just

instead of

You can view, comment on, or merge this pull request online at:

https://github.com/cwjohan/markdown-to-html/pull/8 Commit Summary

  • [FIX] HTML close tag

File Changes

Patch Links:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cwjohan/markdown-to-html/pull/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AH5q3JJ-Ml65C3xU3Oc0jaNtF1qOAYKNks5qxShagaJpZM4KQLWK .

omrilotan commented 7 years ago

Thanks, Craig. Do you think you'll merge it?

cwjohan commented 7 years ago

Yes. Just extremely busy with other things just now.

On Tue, Oct 11, 2016 at 9:39 AM, Omri Lotan notifications@github.com wrote:

Thanks, Craig. Do you think you'll merge it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cwjohan/markdown-to-html/pull/8#issuecomment-252972551, or mute the thread https://github.com/notifications/unsubscribe-auth/AH5q3FsrgAo5SDbpmWtVBUJBPUbJEY11ks5qy7u3gaJpZM4KQLWK .

cwjohan commented 7 years ago

Fix for html closing tag.