Skip to content

CSS bug on links inside of code-formatted text #219

@shainaraskas

Description

@shainaraskas

Describe the bug

Links inside of code-formatted text are not being highlighted with the code formatting color

Image

Expected behavior

# of allocated processors links to http://localhost:5000/modules-threadpool.html#node.processors, but because it's inside of backticks (````), it should get the light blue highlighting styling (or whatever the highlight color for code is) alongside the link styling and the monospace font

looks like they're getting custom code/link styling but it looks incongruous when it's meant to appear as a complete snippet

Steps to reproduce

Find a link that has code styling, or just put this content anywhere:

Thread pool type is `fixed` with a size of `int((`[`# of allocated processors`](modules-threadpool.md#node.processors)` * 3) / 2) + 1`, and queue_size of `1000`.

several on this page: http://localhost:5000/modules-threadpool.html

Tooling

  • docs-builder
  • migration tooling
  • I'm not sure

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions