I'm trying to use the <code>
tag in a markdown cell of an ipython notebook. However the expected styling behavior is being over written:
I've tried:
- over writing the default custom.css per here: doesn't work
- add a custom code cell that loads a custom.css per here: doesn't work
- adding a
<style>
definition within the cell containing the<code>
tag: doesn't work - adding the style in-line to the
<code>
tag: this works
Anyone know how I prevent this style from being over-written?