-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
Describe the bug
Text marked with <strong>...</strong>
(obtained by **...**
in Markdown in jupyter-book) looks just like regular text.
To Reproduce
Steps to reproduce the behavior:
- Surround some text in a jupyter-book project with double asterisks.
- Compile the project to a book.
- Visit the generated website in the browser.
- Notice that the marked text does not appear different from the surrounding text.
- Inspect the text using the browser's developer tools.
- Note that, while there are indeed
<strong>...</strong>
tags around the text.
Expected behavior
Strong text should appear emphasized, typically using bold.
The screenshot below was generated from the following Markdown:
## Functions
**Definition:** A *function* is any method for taking a list of inputs and determining the corresponding output.
Environment (please complete the following information):
- Python Version 3.7.3
- Output of
pip show jupyter-book
says the version is 0.7.0b4.dev0
Metadata
Metadata
Assignees
Labels
No labels