-
Pavus should be **simple**, here's the features
###### Markdown preview
- [x] `$ pavus [markdown]` and `$ pavus` with recursive search
- [x] Rendering (markdown to html, [markdown-it](https://g…
-
Consider a following piece of code:
``` c#
using Markdig;
var input = @"
Here is the table:
| Key | Value |
| ---- | -------- |
| Color | Blue |
| Size | Medium |
";
var pip…
-
I understand Markdown is a simple target for simple linear protocols, but for more complex protocols, would HTML not be a better target?
Every computer user has a default HTML renderer installed wi…
-
### Describe the bug
The `spellcheck_action.yml` workflow uses PySpelling to render our Markdown to HTML and then use aspell to check the spelling in that HTML. It is reporting problems due to detail…
-
## Is your enhancement request related to a problem? Please describe
![image](https://github.com/user-attachments/assets/9e05c22c-b728-4904-83d8-786cb4fc2ccc)
On the tag details page, the tag su…
-
Currently, blog post images are rendered with this HTML markup:
```html
FIGURE TITLE
FIGURE CAPTION
```
which renders like so:
To my eye, this results in the cap…
-
Hello! I would like to ask for some advice on a current requirement. The design is as follows: I want the upper part to have a typewriter effect and render in Markdown format. However, when rendering,…
-
Hello, I have the following usecase:
I have an editor that can edit the rendered html (after parsing the markdown). I want to get the correct `MarkdownObject` for the rendered html in my editor. Th…
-
-
I get the editor has a preview feature but what I'm after is if it offers a function to just output the markdown to HTML.Much like editing a blog post saving the markdown to the database then renderi…