markdown2pdf 1.1.0

Create PDF with Markdown files (a md to pdf transpiler)
Documentation
# Regression Demo

This paragraph has an inline footnote^[this is the inline note body]
and the sentence keeps flowing on the same line without being split.

Inline and regular footnotes share one numbering sequence: a regular
reference[^a], then another inline one^[second inline note, with
*emphasis* and `code` inside], then a reuse of[^a].

A note whose body has nested brackets^[see entry [1] in the list]
still parses correctly.

The bug we just fixed lived here. A stray ^[never closed and an empty
^[] both wrap across this soft
break and must read as clean text — no missing-glyph boxes at the
break or at the end of the line.

A plain unclosed [bracket that also spans
a newline is the minimal pre-existing repro, and it too must come out
as ordinary spaced text.

[^a]: This is a regular GFM footnote definition.

<!-- pagebreak -->

## Page Two

The collected **Footnotes** section lands here, so every superscript
marker on page 1 has an off-screen destination to jump to. Tapping a
marker should bring you to this page and the matching note below.