Defect #1646
Wiki link as the first line of text on a page does not work
| Status: | Closed | Start: | 2008-07-15 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Wiki | |||
| Target version: | 0.8 | |||
| Affected version: | 0.7.3 |
Resolution: | Fixed |
|
Description
A wiki link made using
[[wikilink]]syntax, when placed so that it is rendered to be the first character at the beginning of a line, will not render.
For example, the following will work:
* [[a link as a bullet]]
firstword [[second link]]
The following will not work:
[[a link]] as the first word(shows as
as the first word)
<span style="color:red">_Billy needs to(shows as
needs to)
History
2008-07-16 20:52 - Jean-Philippe Lang
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
It seems to be fixed in trunk (and here on redmine.org):
[[Guide|A wiki link]] at the beginning of a line.
gives:
A wiki link at the beginning of a line.