Extensions
01 Syntax
Microsoft.VisualBasic.MIME.Html.Document.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Pagebreak | 1 | Since Markdown accepts plain HTML and CSS, simply add this line wherever you want to force page break. |
| StripHTMLSafely | 1 | Strip out HTML tags while preserving the basic formatting |
| StripHTMLDirectly | 1 | Strip out HTML tags while preserving the basic formatting |
03 Members
Pagebreak
Since Markdown accepts plain HTML and CSS, simply add this line wherever you want to force page break.
<div style="page-break-after: always;"></div>
If your Markdown editor have trouble exporting PDF correctly, first Try To export As HTML, Then open With your browser And print As PDF.
https://stackoverflow.com/questions/22601053/pagebreak-in-markdown-while-creating-pdf#29642392
StripHTMLSafely(
String)Strip out HTML tags while preserving the basic formatting
Parameters
| Name | Type | Description |
|---|---|---|
source | String | - |
StripHTMLDirectly(
String)Strip out HTML tags while preserving the basic formatting
Remarks
Parameters
| Name | Type | Description |
|---|---|---|
source | String | - |