-
I'm trying to use the workbench to develop a python lesson and ran into an issue with automatic linking. Certain backticked functions with common names (like min() or max()) automatically get linked to rdrr.io when a site is generated. This is obviously confusing for a python lesson--is there any way to disable the links? I haven't been able to figure out where they're coming from. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @adamancer, thank you for the feedback! I agree that these links make no sense in this context. I've opened carpentries/sandpaper#298 and I will try to get to it as soon as I can :) |
Beta Was this translation helpful? Give feedback.
-
Hi @adamancer, I'm working on this now, but I can not seem to reproduce the issue locally or on a test website: https://zkamvar.github.io/potential-porpoise/01-introduction.html#introduction In this example, I added a single line with known functions names from R, but the output is not linked. Can you show me your site where you are seeing this? |
Beta Was this translation helpful? Give feedback.
Hi @adamancer, thank you for the feedback!
I agree that these links make no sense in this context. I've opened carpentries/sandpaper#298 and I will try to get to it as soon as I can :)