Open
Description
Current behavior
- There is no support for custom HTML rendering in the exported document
- There is no support for page-break in the exported document
- There is no support for alignment of text in the exported document
Expected behavior
- There should be a way to add page-break in the rendered document
- There should be a way to align text in the rendered document
Steps to reproduce
- Open a new document
- Add following Markdown:
<p style="text-align: right">Should be aligned right, not even rendered in cloud but is in local app PDF export</p>
# This content is on the first page
- This is still the same page
<div style="page-break-after: always;"></div>
# This content is the second page
- This below should render nice admonitions
- Export document
- Page break not affecting the content
- Alignment not affecting the content
Environment
Desktop
- Boost Note.next version: 0.14.1(cloud app but this won't even work in boost note local app)
- OS version and name: All platforms (tested on Ubuntu 20.04)