Strikethrough not rendering (Markdown editor) #2027

Closed
opened 2026-02-05 02:37:24 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @marianrh on GitHub (Jan 10, 2021).

Describe the bug
The same issue as described and fixed in #2452 still seems to occur with text that is marked as being striked through.

Steps To Reproduce

  1. Configure BookStack to use the Markdown editor
  2. Create a new page anywhere and text marked as being striked through, e.g. ~~test~~
  3. Save the page
  4. The page view displays ~~test~~ literally

Expected behavior
test should be displayed as striked through.

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): v0.31.2
  • PHP Version: 7.4.3
  • Hosting Method (Nginx/Apache/Docker): Apache

BTW, thank you very much for your work, @ssddanbrown! BookStack is amazing! I've migrated from Confluence, and administration and updates of BookStack are so much easier and performance is so much better :)!

Originally created by @marianrh on GitHub (Jan 10, 2021). **Describe the bug** The same issue as described and fixed in #2452 still seems to occur with text that is marked as being striked through. **Steps To Reproduce** 1. Configure BookStack to use the Markdown editor 2. Create a new page anywhere and text marked as being striked through, e.g. `~~test~~` 3. Save the page 4. The page view displays `~~test~~` literally **Expected behavior** `test` should be displayed as striked through. **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): v0.31.2 - PHP Version: 7.4.3 - Hosting Method (Nginx/Apache/Docker): Apache --- BTW, thank you very much for your work, @ssddanbrown! BookStack is amazing! I've migrated from Confluence, and administration and updates of BookStack are so much easier and performance is so much better :)!
Author
Owner

@ssddanbrown commented on GitHub (Jan 11, 2021):

Thanks for raising @marianrh, That's another part thing I'm surprised is not part of the commonmark spec. Should be an easy thing to add back in though.

And thanks for the feedback, good to hear from another confluence migrator!

@ssddanbrown commented on GitHub (Jan 11, 2021): Thanks for raising @marianrh, That's another part thing I'm surprised is not part of the commonmark spec. Should be an easy thing to add back in though. And thanks for the feedback, good to hear from another confluence migrator!
Author
Owner

@ssddanbrown commented on GitHub (Jan 11, 2021):

This has now been patched and released as part of v0.31.3 so I'll therefore close this off.

Thanks again for reporting.

@ssddanbrown commented on GitHub (Jan 11, 2021): This has now been patched and released as part of [v0.31.3](https://github.com/BookStackApp/BookStack/releases/tag/v0.31.3) so I'll therefore close this off. Thanks again for reporting.
Author
Owner

@badsmoke commented on GitHub (Jan 11, 2021):

with version v0.31.3, the problem still exists for me

@badsmoke commented on GitHub (Jan 11, 2021): with version v0.31.3, the problem still exists for me
Author
Owner

@ssddanbrown commented on GitHub (Jan 12, 2021):

@badsmoke Even when following the exact steps/syntax above, saving a new page?

@ssddanbrown commented on GitHub (Jan 12, 2021): @badsmoke Even when following the exact steps/syntax above, saving a new page?
Author
Owner

@badsmoke commented on GitHub (Jan 12, 2021):

thanks, that has fixed it

@badsmoke commented on GitHub (Jan 12, 2021): thanks, that has fixed it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2027