MerkulovDaniil / notion4ever

🏛 Python tool for export all your content of Notion page using official Notion API. Includes: all nested subpages, markdown files and HTMLs, nice urls, downloading locally all its content.
MIT License
142 stars 9 forks source link

Incorrect parsing of LaTeX expressions in the headers. #4

Closed MerkulovDaniil closed 1 year ago

MerkulovDaniil commented 1 year ago

There is $\LaTeX$ sign at the end of the title, which is not rendered.

Notion input:

Screenshot 2023-01-25 at 19 38 03

Actual output:

Screenshot 2023-01-25 at 19 22 51

Another example, which leads even to the broken link Notion input:

Screenshot 2023-01-25 at 19 41 27

Actual output:

Screenshot 2023-01-25 at 19 41 38
MerkulovDaniil commented 1 year ago

Fixed in https://github.com/MerkulovDaniil/notion4ever/commit/f663e1c0421d7e7211d09e498d386b19e6532807

Screenshot 2023-01-26 at 11 12 06 Screenshot 2023-01-26 at 11 12 20