Support #713
closed
Internal WIKI Formatting seems not working as expected
100%
Description
Inserting a table with the syntax documented here
http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting#Tables
the table is not rendered and the ext is showed as is.
Updated by Luca Frosini about 10 years ago
Here his an example
https://support.d4science.org/projects/bluebridge/wiki/Events
Updated by Luca Frosini about 10 years ago
- Target version changed from Documentation to UnSprintable
Updated by Andrea Dell'Amico about 10 years ago
The 'Markdown' syntax mode is active, while the documentation you pointed at refers to the 'textile' mode. It's a global setting, btw.
Updated by Luca Frosini almost 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
Thanks Andrea Dell'Amico and sorry for the mistake.
@sara.garavelli you can find a a tutorial here
http://agea.github.io/tutorial.md/
in brief you can made a table using html notations.
Updated by Luca Frosini almost 10 years ago
- Status changed from In Progress to Feedback
Updated by Luca Frosini almost 10 years ago
- Status changed from Feedback to Closed
Updated by Luca Frosini almost 10 years ago
- Status changed from Closed to In Progress
I'm reopening the ticket (maybe I could create a new one), because the formatting seems not working.
The link I provided (http://agea.github.io/tutorial.md/) and some other found with google says that I can use table html tag, but it does not work?
Am I doing any mystake?
Updated by Andrea Dell'Amico almost 10 years ago
I do not know :-).
There could be a bug in the redmine markdown support, or some other mistake.
The official markdown reference is http://daringfireball.net/projects/markdown/syntax (markdown is John Gruber's idea).
The most recurrent mistake I'm seeing in our tickets is that the markdown separators need a blank line before the start and after the end. You can easily check with the pre tags.
A tables generator (not only for markdown) exists too, that you can use to check your code: http://www.tablesgenerator.com/markdown_tables
Updated by Georgios Kakaletris almost 10 years ago
Found the issue on tables: header separator needs explicitly 3 dashes (-) between the pipes (|)
Updated by Luca Frosini almost 10 years ago
- Status changed from In Progress to Closed