Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering raw html in table cell #112

Open
ichistmeinname opened this issue Feb 23, 2023 · 0 comments
Open

Rendering raw html in table cell #112

ichistmeinname opened this issue Feb 23, 2023 · 0 comments

Comments

@ichistmeinname
Copy link

ichistmeinname commented Feb 23, 2023

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>
|===
@ichistmeinname ichistmeinname changed the title Rendering raw html im table cell Rendering raw html in table cell May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant