Open So-Cool opened 3 years ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Describe the bug
The extension overwrites the id of the
div.highlight pre
element withcodecell#
(if it already has one). The expected behaviour would be to use the id that already exists.To Reproduce
my-id
is overwritten withcodecell0
.Expected behavior
my-id
is preserved and used to facilitate the extension functionality.Environment
jupyter-book --version
: 0.3.1Additional context