I'm trying to create a template to use as a sidebar with links. The template will be static (no variables are used). I first created a page with this directive: \[[!template id=sidebar]], and then created the template with the web interface. This is the code I put in the template:
This is the relevant part of the resulting html file `template/sidebar.html`:
Note that the `` link has disappeared, and that `[External link](http://google.com/)` has been copied literally instead of being converted to a link, as I expected. > Templates aren't Markdown page. [[ikiwiki/WikiLink]] only are expanded. --[[Jogo]] >> Thanks for the help Jogo. Looking at the [[templates]] page, it says that "...you can include WikiLinks and all other forms of wiki markup in the template." I read this to mean that a template may indeed include Markdown. Am I wrong in my interpratation? --[[buo]] Worse, this is the relevant part of the html file of the page that includes the template:
Note that the `Existing internal link` is no longer a link. It is only text. What am I doing wrong? Any help or pointers will be appreciated. --[[buo]]