HTML tag in preview
The following text produces a '</table>' tag in the preview pane in Multimarkdown Composer (version 2.4) and moves the table to be under Item 4 instead of Item 3:
1. Item 1
2. Item 2
3. Item 3
| | Mean Normalized Rating |
| :-----------: | :----------------------------: |
| Biased | 0.15 |
| Not Biased | –0.15 |
4. Item 4
I ran into this while trying to have a list such as the above where the table is under Item 3 in the list and then the list continues with Item 4. The above table is not indented, of course, so it isn't interpreted as a continuation of Item 3, if I understand multimarkdown syntax correctly (i.e. this won't give me what I want). Still, the errant HTML tag and the movement of the table to another item are unexpected. Thanks for your help.
Comments are currently closed for this discussion. You can start a new one.
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
Support Staff 1 Posted by Fletcher on 18 Jul, 2013 11:37 PM
The problem isn't the table, it's the multibyte character '–' before the '0.15'. Change it to a regular minus sign on the keyboard for now and it should work.
This has been fixed for an upcoming release.
Thanks for writing.
FTP
PS> Why don't you just indent the table if you want it to be considered part of item 3?
Fletcher closed this discussion on 18 Jul, 2013 11:37 PM.