Skip to content

"Strong" text is no different from regular text #122

@nathancarter

Description

@nathancarter

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:

  1. Surround some text in a jupyter-book project with double asterisks.
  2. Compile the project to a book.
  3. Visit the generated website in the browser.
  4. Notice that the marked text does not appear different from the surrounding text.
  5. Inspect the text using the browser's developer tools.
  6. 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.

Screen Shot 2020-06-12 at 9 45 31 AM

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions