-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Describe the bug
Links inside of code-formatted text are not being highlighted with the code formatting color
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