I'm using Text::MultiMarkdown to print from Perl to HTML.
I would like to create a table where some of the cells contain a few strings, each in a separate line within the cell (see "four five six" in the picture below).
Can I do that?
|
I'm using Text::MultiMarkdown to print from Perl to HTML. I would like to create a table where some of the cells contain a few strings, each in a separate line within the cell (see "four five six" in the picture below). Can I do that? |
|||
|
|
|
Text::MultiMarkdown passes some HTML straight through so you can use
Produces a table body like this:
Which seems to be what you're looking for. |
|||||
|