Opened 16 years ago
Last modified 10 years ago
#9251 new defect
Unable to escape number list
| Reported by: | Mitar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | topic-wikiengine |
| Component: | wiki system | Version: | |
| Severity: | normal | Keywords: | definition list |
| Cc: | mmitar@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Unable to properly escape number list while trying to make a definition list which have terms starting with a number and a dot.
So this:
42. foobar:: test
Makes a number list.
!42. foobar:: test
Makes a definition list, but ! is visible. It should be hidden - to escape number list.
For the sake of completeness it would be also useful to specify ! before :: to disable possible definition list.
Attachments (0)
Change History (4)
comment:1 by , 16 years ago
| Keywords: | definition list added |
|---|---|
| Milestone: | → 0.13 |
| Owner: | set to |
comment:2 by , 16 years ago
Let's see…
- foobar:: test
- !42. foobar
- test
Right, those don't work. I can suggest a workaround:
42``. foobar:: test
Which results in:
- 42
. foobar - test
Of course, this adds unnecessary <tt></tt> tags, but at least it's visually correct.
Moving along with wiki parser and formatter improvements.
(Hah! Beaten by 4 minutes, with the same workaround! :)
comment:3 by , 15 years ago
| Milestone: | 0.13 → 0.14-wikiengine |
|---|
Not 100% trivial, better left for the WikiEngine refactoring.
comment:4 by , 10 years ago
| Owner: | removed |
|---|



Quick workaround, while waiting for the fix: