Export to PDF is a limited trial
HackMD runs in browsers, so you can exploit the Print feature to export to PDF while having the graphs and equations as rendered.
At Step 3, there are many options to tweak to make your exported PDF fits better to your needs.
You can find the 5 most recently exported PDFs in notes setting and team workspace setting.
There is a limit of 100 file exports per month.
When will the export limit reset?
The reset time for the number of exports each month is the same as your Prime subscription cycle date.
For example, if your Prime subscription date is 7/25, then the monthly export count will reset on 7/25.
Please add the CSS settings in the editor:
<style>
@page {
size: A4;
margin: 20mm;
}
.page-break-before {
page-break-before: always;
}
.page-break-after {
page-break-after: always;
}
.avoid-page-break {
page-break-inside: avoid;
}
</style>
And you can use this syntax to insert the line where you want to change the page:
<div class="page-break-before"></div>
The CSS syntax implementation for page breaks will be
<style>
@page {
size: A4;
margin: 20mm;
}
.page-break-before {
page-break-before: always;
}
.page-break-after {
page-break-after: always;
}
.avoid-page-break {
page-break-inside: avoid;
}
</style>
# My diary
## 12/23 Mon.
Weather:Sunny
Activities:lunch & study group
<div class="page-break-before"></div>
## 12/24 Tues.
Weather:Cloudy
Activities:hiking & tennis
<div class="page-break-before"></div>
## 12/25 Wed.
Weather:Snow
Activities:Christmas dinner