Skip to content

Rendering raw html in table cell #112

@ichistmeinname

Description

@ichistmeinname

The following list within a table cell

| Title   | Description |
|---------|-------------|
| Foo | some structured information as <ul><li>two</li><li>items</li></ul> |

renders just fine in GitHub flavoured markdown.

Title Description
Foo some structured information as
  • two
  • items

However, I get the following snippet when running kramdoc.

|===
| Title | Description

| Foo
| some structured information as <ul><li>two</li><li>items</li></ul>
|===

Note: When I use <br/> in a cell it transforms the <br/>-tag as expected. So, I guess that not all HTML tags are supported yet?

| Title   | Description |
|---------|-------------|
| Foo | some structured information as <br/><ul><li>two</li><li>items</li></ul> |

becomes

|===
| Title | Description

| Foo
| some structured information as +
<ul><li>two</li><li>items</li></ul>
|===

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions