RedEchidnaUK / Table-of-Contents

Creates a Table of Contents on SharePoint Online Modern pages based on the heading tags in the standard Text web part. This has not been tested with standalone SharePoint, but it may work.
MIT License
10 stars 4 forks source link

Single apostrophe is not rendered correctly when used in Heading #14

Closed stormanh closed 3 weeks ago

stormanh commented 3 weeks ago

When a single apostrophe: ' is used it's being rendered as ' in the webpart as shown below.

image

RedEchidnaUK commented 3 weeks ago

@stormanh Another release for you :)

This should fix the apostrophe bug. I just hope I haven't introduced another bug in the process.

stormanh commented 3 weeks ago

@RedEchidnaUK Confirmed working for the single apostrophe issue. Thanks for the speedy turn around!