diff options
author | https://yag.myopenid.com// <https://yag.myopenid.com//@web> | 2008-10-29 15:18:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-29 15:18:19 -0400 |
commit | 06e57cd569797bd60b6bb50010d6fe5f02fafb48 (patch) | |
tree | 59368eee7e91b2b89de38f2edc2ebb83649db710 /doc | |
parent | 3c487585765a9106ffe07698819858dfd4d38fd4 (diff) |
I'm not sure whether I understand this "raw_enabled" setting in the context of rst.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/rst_tweak.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/rst_tweak.mdwn b/doc/bugs/rst_tweak.mdwn index 8c7d8134d..a506d4344 100644 --- a/doc/bugs/rst_tweak.mdwn +++ b/doc/bugs/rst_tweak.mdwn @@ -27,3 +27,5 @@ Does the Perl version of this plugin still exist? There appears to be no "rst.p > No, only the python version exists. It does have `raw_enabled` set. > --[[Joey]] + +I am sorry, but I am confused. Does this mean that I can use Ikiwiki features that translate to HTML in rst files? For example, when I use a \[[pagename]]-style link in a rst file, the page generated by Ikiwiki's rst plugin says <a href="./../pagename/">pagename</a> as text. The link is expanded correctly, but the result isn't interpreted as HTML. Is that what is supposed to happen? --Peter |