-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
featureA new business featureA new business featurerequestA request for a new feature or enhancementA request for a new feature or enhancementscheme:onenoteThis issue relates to the OneNote schemeThis issue relates to the OneNote scheme
Description
Onenote encodes its HTML pages in a way that's close to what Html2Markdown supports but Onenote HTML does bold and italics as follow:
| Property | Example |
|---|---|
| font-style | style="font-style:italic" (normal or italic only) |
| font-weight | style="font-weight:bold" (normal or bold only) |
| strike-through | style="text-decoration:line-through" |
| text-align | style="text-align:center" (for block elements only) |
| text-decoration | style="text-decoration:underline" (none or underline only) |
I'm willing to make the changes if you tell me how you want me to fix.
Metadata
Metadata
Assignees
Labels
featureA new business featureA new business featurerequestA request for a new feature or enhancementA request for a new feature or enhancementscheme:onenoteThis issue relates to the OneNote schemeThis issue relates to the OneNote scheme