about summary refs log tree commit diff
path: root/src/lib/strings/rich-text-helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Sort imports (#6009)dan2024-10-291-0/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Resolve facets on list descriptions (#2485)Mary2024-01-231-2/+2
| | | | | * feat: add strict/loose link mapping * feat: resolve facets on list description
* Use the RichText facets when copying post text (#2481)Mary2024-01-101-0/+29
* feat: serialize rich text to string * feat: wire richTextToString to copy post text