Small Numbering Problem in Forum Area
Yet another not so big irritation....When replying back in the Public Discussion area if I want to number an issue, markup automatically reformats my numbering. Example: Say there are three issues in one ticket and I want to address the third issue, I want to number the issue "3." and write text but when it posts the "3." turns into "1." confusing the other user. I've found that "3)" works so I'll just use that for now.
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by rick on 17 Apr, 2009 11:42 PM
That's the markdown spec... You can actually force it with
3\.
4. manual number
I don't know of a markdown dialect that allows renumbering of lists like you describe, unfortunately.