tiptap/packages/extension-font-family
SanderLeenders 38abfdf9ea
fix(font-family): Prevent removal of quotes in parseHTML (#5828)
Removed the quote removal step in font-family parsing to support fonts that contain both spaces and numbers, such as "Exo 2", which require quotes for proper recognition.

---------

Co-authored-by: Sander <sander@blueberry.nl>
Co-authored-by: Nick Perez <nicholas.perez@tiptap.dev>
2024-11-17 14:56:26 +01:00
..
src fix(font-family): Prevent removal of quotes in parseHTML (#5828) 2024-11-17 14:56:26 +01:00
CHANGELOG.md chore(release): publish a new pre-release version (#5769) 2024-11-17 14:55:22 +01:00
package.json chore(release): publish a new pre-release version (#5769) 2024-11-17 14:55:22 +01:00
README.md docs: consistent naming (#3882) 2023-03-27 11:20:31 +02:00
rollup.config.js Shared rollup config (#5403) 2024-07-27 12:46:39 +02:00

@tiptap/extension-font-family

Version Downloads License Sponsor

Introduction

Tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the Tiptap website.

License

Tiptap is open sourced software licensed under the MIT license.