rasbt/python_reference

Workaround for HTML Conversion in Table of Contents

rmorshea opened this issue · 1 comments

I found a workaround for an issue you describe in tutorials/table_of_contents_ipython.ipynb when converting internal links to an HTML format. Instead of being forced to put the id-anchor tag in a separate cell like you did in your notebook:

image

You can simply place a line break between the id-anchor and whatever text you'd like to include:

image

Which will render properly without actually including any line break visual:

image

Thanks, Ryan, I added it as alternative workaround and mentioned you as contributor for kindly providing this solution - I hope you don't mind