pagebreak in markdown while creating pdf

前端 未结 6 449
囚心锁ツ
囚心锁ツ 2021-01-30 03:45

I am creating a pdf of markdown text file using doxygen (1.8.6). Now I want to get page break at specific stage in markdown file, I used this link.

In the given link the

6条回答
  •  逝去的感伤
    2021-01-30 04:15

    Since Markdown accepts plain HTML and CSS, simply add this line wherever you want to force page break.

    If your Markdown editor have trouble exporting PDF correctly, first try to export as HTML, then open with your browser and print as PDF.

提交回复
热议问题