Logs for #nikola for 2021-03-13

13:39:16 <selmar> Hello
13:39:57 <selmar> I have a simple question to nikola and I didn't find the answer in the documentation: How can I use external links in a post?
13:40:30 <felixfontein> it depends on the format you're using the for post. reStructuredText, MarkDown, HTML, ...?
13:41:36 <selmar> I use rst. I tried ..link and link:: and html-links. None did work.
13:46:50 <selmar> Or is it only possible to use the link in the header with rst?
13:51:08 <selmar> I think I got it. I looked in the nikola docu and I should have looked at rst docu. Thanks.
13:52:07 <selmar> If someone looks in the logs: the documentation for links in rst is: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#hyperlink-targets
13:52:47 <felixfontein> `link label <https://example.com>`_
13:53:09 <felixfontein> that's the easiest way (I almost always use that one :) )