-
A list with dashes `-` is just plainly being inserted into the final HTML document without first being to a HTML list converted; resulting in a mingled document.
Something like
```md
- Firstly
-…
-
Implement Markdown to HTMl action for Text Helper component.
The Markdown to HTML action converts Markdown content into HTML format,
Example:
Markdown input:
```
# Title
This is a *…
-
Implement HTML to Markdown action for Text Helper component.
The HTML to Markdown action converts HTML content into Markdown format.
Example:
HTML Input:
```
Title
This is a paragraph…
-
PT9 comment content is in HTML, but we don't display comments in PT10 as HTML. It would be nice to have clean conversion between the two so we don't show ugly HTML markup in PT10 or have PT10 comments…
-
As in #125, using https://sdsawtelle.github.io/attachments/resume.md, `shiva` conversion to `html` gives:
```md
Sonya Sawtelle
======
#### Data scientist with a strong background in math, sci…
jmetz updated
1 month ago
-
### What type of request is this?
New tool idea
### Clear and concise description of the feature you are proposing
Einfacher Converter, der Markdown in sauberen HTML-Code konvertiert und umgekehrt.…
dkeu updated
2 months ago
-
Hi, I am trying to render a markdown table into html one.
var pipeline = new MarkdownPipelineBuilder().UseAdvancedExtensions().Build();
result.MessageHtml = Markdown.ToHtml(message.Content, pipeli…
-
https://github.com/gjtorikian/html-pipeline
this would fix watermarkchurch/wcc-contentful#221 and watermarkchurch/wcc-contentful#175
In addition:
- [ ] Add the ability to wrap text in a `` with…
-
# Description
It would be great to be able to compose in markdown and have it formatted into HTML on exit.
Might be reasonable to implement leveraging something like: https://github.com/wooorm/m…
-
- [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [X…