Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 2
    What implementation does that work with? It doesn't work with Perl's Text::MultiMarkdown but I think it might work with some PHP MultiMarkdown implementations. Commented Feb 5, 2015 at 16:41
  • 2
    It worked with gitlab/github's markdown implementations. I am not sure about perl's Text::MultiMarkdown Commented Feb 6, 2015 at 5:16
  • 61
    This will create an empty table header and an empty row. Commented Dec 29, 2015 at 0:25
  • 2
    This actually works great with pandoc markdown to pdf. Commented Jan 25, 2019 at 14:35
  • 1
    Thanks! This works with Laravel 5.8 (multi) markdown as well. No headers are visible - only a line. Looks like a divider, which may can be removed using some CSS in the theme. Commented Jun 25, 2019 at 18:43