-
# Bug Report
## Environment
Zola version: v0.19.2
## Expected Behavior
Reference-style links inside Markdown shortcodes using references defined outside of the shortcode generate an HTML l…
-
When I define new colors for the generated html, so fg_color and bg_color, in addition I would like to add colors for the html anchor. From the plugin help I know that only the above mentioned colors …
-
Miniflux supports [converting feeds from markdown to html](https://github.com/miniflux/v2/blob/main/internal/reader/rewrite/rewrite_functions.go) via github.com/yuin/goldmark, but I fail to see a usec…
-
nbconvert to html skips Markdown within HTML tags
e.g.
```
This is a sentence containing some _italic_ and **bold** text.
* bullet point
* bullet point
Here's a new paragraph.
…
-
Hi,
We have long documents (yes, I know that HTML files are supposed to be short but this client is adamant about having their >100 page Google Docs converted to HTML just for their release) where …
-
If I open an HTML or CSS file I can render the images in them because of these options
```bash
html = {
enabled = true,
},
css = {
enabled…
-
The last two lines of output are the same, ### should become \\###
```
public static String htmlToMarkdown(String html) {
FlexmarkHtmlConverter converter = FlexmarkHtmlConverter…
-
### Which API Provider are you using?
Google Gemini
### Which Model are you using?
Gemini 1.5flash 002 and xAI grok-beta
### What happened?
Hello, just started to test cline and I'm getting what …
-
Hey, thanks for the amazing lib!
I was wondering if it's possible to have quite opposite of this https://github.com/showdownjs/showdown/issues/273.
If I run `converter.makeMarkdown(html)` on th…
-
Hi,
I’m trying to understand the specific markdown structure used by the Jina Reader API when converting HTML to markdown. For instance, I’ve observed the following mappings:
- `` tags are mappe…