[nikola-discuss] Image as a link

2020-01-28 Thread Lars Bjørndal
Hi, list! In a Nikola page, how can I make a picture, a logo for instance, to function as a link to another page, e.g. the Facebook logo points to a Facebook page? Thanks in advance Lars -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To

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