lastorel / pytion

Unofficial Python client for official Notion API
GNU General Public License v3.0
44 stars 3 forks source link

Improve #14 for mentions #21

Closed lastorel closed 2 years ago

lastorel commented 2 years ago

Create the way to 'plaintexting' a mentions inside paragraph block. plain_text was added in #20 and doesn't work for paragraph blocks with any mentions which are not converted into simple format.

lastorel commented 2 years ago

RichText class will be upgraded there