master
buo 2009-08-07 15:26:07 -04:00 committed by Joey Hess
parent 03bfd6c317
commit 8fba0e7101
1 changed files with 7 additions and 0 deletions

View File

@ -49,3 +49,10 @@ Worse, this is the relevant part of the html file of the page that includes the
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]]
-----
I think I have figured this out. I thought the template was filled and then
processed to convert Markdown to html. Instead, the text in each variable is
processed and then the template is filled. I somehow misunderstood the
[[templates]] page. -- [[buo]]