question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rendering strikethrough

See original GitHub issue

Describe the bug markdown strikethrough is not rendered under my jupyter book environment, while it shows nicely in classic notebook

my notebook renders a markdown table like this

image

resulting html book renders this instead

image

To Reproduce

any text marked as strikethrough using markdown ~~ - not necessarily in a table btw - will exhibit the issue

Expected behavior

Would expect the default behaviour of jupyter book to be in line with the default behaviour of jupyter (classic in my case); I am not aware of any customization I would have done on the classic end - although my memory may be failing me here)

if this is a configuration option, it’d be nice if it showed up when searching for strike in the readthedocs documentation

Environment (please complete the following information):

$ python --version
Python 3.7.4
$ jupyter book --version
Jupyter Book: 0.7.0
MyST-NB: 0.8.3
Sphinx Book Theme: 0.0.27
MyST-Parser: 0.9.0
Jupyter-Cache: 0.2.2

Additional context Add any other context about the problem here.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
choldgrafcommented, Nov 10, 2022

@parmentelat nope, you are correct! We are in the process of updating the various parts of the MyST stack to their latest versions in Jupyter Book - check that effort here:

1reaction
chrisjsewellcommented, Jan 10, 2022

Note this will be partially supported (HTML only) in a future jupyter-book release, once myst-parser v0.17 has been released and “bubbled up”: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#strikethrough

Read more comments on GitHub >

github_iconTop Results From Across the Web

Strikethrough - Wikipedia
Strikethrough is a typographical presentation of words with a horizontal line through their ... user agents (typically web browsers) often render as a...
Read more >
Strikethrough style is not rendered in iOS 14 - Apple Developer
I'm trying to use replaceCharacters(in:with:) of NSMutableAttributedString to replace a substring and apply different attributes. The problem is ...
Read more >
<s>: The Strikethrough element - HTML - MDN Web Docs
The HTML element renders text with a strikethrough, or a line through it. Use the element to represent things that are no longer...
Read more >
Strikethrough for PDF rendering - MSDN - Microsoft
we need to have strikethrough text in report that is rendered to PDF. As I got there is 2 ways of making strikethrough...
Read more >
Strikethrough a Paragraph in React.js via onClick?
In the code bellow, I added a function crossLine which toggles class name "crossed-line" and adds event listener on mapped to-dos (in render...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found