Skip to content

Exporting PDF does not add page-break nor text alignment #871

Open
@Komediruzecki

Description

@Komediruzecki

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

  1. Open a new document
  2. 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
  1. Export document
  2. Page break not affecting the content
  3. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Issue concerns a bug.help wanted 🆘Pull request/issue requires extra help from the community. Check these out if you're new!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions