pdoc is removing underlines from examples
See original GitHub issueProblem Description
pdoc
is removing underlines from examples in docstring…
Steps to reproduce the behavior:
python -m pdoc --docformat numpy -o docs cpgrid
System Information
pdoc: 6.1.0
Python: 3.8.7
Platform: Windows-10-10.0.18362-SP0
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to Remove the Underline from Links in CSS - HubSpot Blog
Below we'll walk through how to define this property to completely remove the underline from links on your HTML site or Bootstrap site....
Read more >Remove the underline from hyperlink text - Microsoft Support
Hide hyperlinks in your slides by removing the underline (yet maintaining the link) so ... Right-click the hyperlink text, and then click Remove...
Read more >Remove Underline from Link - HTML.am
Here's an example of using a class to remove the underline from all hyperlinks within the element that the class is applied to....
Read more >Removing horizontal underlines - python - Stack Overflow
I've identified the underlines as being the impediment to proper OCR--if I go in, screenshot a sub-snippet and manually white-out lines, the ...
Read more >How to Remove Underline from a Link in CSS - freeCodeCamp
To finally remove the default underline of the link, you can target all the pseudo-classes and assign them a text-decoration property of none...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks! After digging a bit into this, code example blocks are now not linked, but highlighted instead. That makes them consistent with normal fenced code blocks (```python …```), and more pleasant to look at. 😃 I’ve pushed a 6.2.0 release that includes this.
This for the clean repro, definitely a bug. 😃