Re: [nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-29 Thread Kevin Sheppard
You can use some css to make them invisible. On Wed, Jan 29, 2020, 23:06 Atma B Mani wrote: > Thanks, that worked - for pages in Markdown. Although, now pages from > Notebooks have a weird double pilcrow (¶) sign as in the picture below > > Is there a way to remove it or make this work just for

Re: [nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-29 Thread Roberto Alsina
You wanted permalinks in headers. That's a header, it got a permalink I can't think of a way to avoid it right now. El mié., 29 de enero de 2020 8:06 p. m., Atma B Mani escribió: > Thanks, that worked - for pages in Markdown. Although, now pages from > Notebooks have a weird double pilcrow (¶)

Re: [nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-29 Thread Atma B Mani
Thanks, that worked - for pages in Markdown. Although, now pages from Notebooks have a weird double pilcrow (¶) sign as in the picture below Is there a way to remove it or make this work just for markdown and not for notebook files/? On Tuesday, January 28, 2020 at 6:46:29 AM UTC-8, Roberto Als

Re: [nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-29 Thread Atma B Mani
Thanks, that worked - for pages in Markdown. Although, now pages from Notebooks have a weird double pilcrow (¶) sign as in the picture below Is there a way to make this work just for markdown files or exclude Jupyter notebooks from the filter? On Tuesday, January 28, 2020 at 6:46:29 AM UTC-8,

Re: [nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-28 Thread Roberto Alsina
Looks like we implemented this? https://github.com/getnikola/nikola/pull/2743 You need to add a add_header_permalinks filter. Relevant docs here: https://getnikola.com/handbook.html#post-processing-filters (look for add_header_permalinks) On Tue, Jan 28, 2020 at 11:40 AM Atma B Mani wrote: >

[nikola-discuss] Anchor links for headings when authoring page using Markdown

2020-01-28 Thread Atma B Mani
Is it possible to get anchor links for headings when authoring a blog or page in Markdown? When I use RST or Jupyter Notebooks, I have this feature, but not with Markdown. Is there a setting that I need to enable in conf.py file? I am pasting relevant sections of my conf.py file below if that w