Opened 16 years ago
Closed 11 years ago
#4693 closed defect (fixed)
WikiRestructuredText not handling #!rst at the moment
Reported by: | SamB | Owned by: | Michael Renzmann |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
The WikiRestructuredText processor isn't the one handling #!rst
at the moment, as evidenced by the handling of the following example:
{{{ #!rst This is a reference to |a ticket| .. |a ticket| trac:: #42 }}}
which gives:
This is a reference to #42
Among the pages affected is TracGoogleAnalyticsPlugin.
Attachments (0)
Change History (10)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Er, nope. It's still being syntax highlighted rather than converted to HTML as it is supposed to be.
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 16 years ago by
Ok... but the output looks similar to what can be seen in the examples t.e.o. Have a screenshot at hands how it should look like instead? Any help appreciated.
comment:5 Changed 16 years ago by
Huh. It does seem to affect trac.edgewall.org, doesn't it? Maybe there was a change in docutils' default output format :-(.
comment:6 Changed 16 years ago by
This post from Jonas Borgström suggests that t.e.o had no docutils package installed, which is now fixed. Which leaves the question open why rst-rendering fails here... I have double-checked again that docutils are installed on the server. Any suggestions welcome...
comment:8 Changed 16 years ago by
Replying to cboos:
Could it be #T4994?
hacks:/# python Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pkg_resources >>> pkg_resources.require('docutils') [docutils 0.5 (/usr/lib/python2.5/site-packages/docutils-0.5-py2.5.egg)]
It appears to me that Python is aware of the docutils package. So: nope.
comment:10 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
It seems to work okay now,
{{{ #!rst This is a reference to |a ticket| .. |a ticket| trac:: #42 }}}
->
This is a reference to #42
Thanks for your report.
I think it is now fixed. Please reopen if you still experience problems with RST-support.