ivanjaros

Results 67 issues of ivanjaros

I want to put some content as the last page of the document, is there a way to tell the renderer to skip the rest of the current page and...

Having local navigation, like: ``` # Markdown Test Page * [Headings](#Headings) * [Paragraphs](#Paragraphs) * [Blockquotes](#Blockquotes) * [Lists](#Lists) * [Horizontal rule](#Horizontal) * [Table](#Table) * [Code](#Code) * [Inline elements](#Inline) *** # Headings...

Source: ```md test My favorite search engine is [Duck Duck Go](https://duckduckgo.com). ![The San Juan Mountains are beautiful!](https://mdg.imgix.net/assets/images/san-juan-mountains.jpg?auto=format&fit=clip&q=40&w=1080 "San Juan Mountains") Here's our logo (hover to see the title text): Inline-style:...

can't reproduce

Is there a way I can embed meta data into the document? Like exif for images but for PDF document.

Looks like the font cache provided via `WithFontsCache` is not being called in the latest version.

I tried to use `***` and `---` but neither will get rendered. https://www.markdownguide.org/basic-syntax#horizontal-rules

If there is error during rendering, like missing image, I will get a log: ``` 2023/01/11 16:45:04 IMAGE ERROR: foobar, file does not exist ``` This is not good because...

When I link big image(say 4MB), it will be embedded into the pdf file as is, making the file size that much larger. I think there should be an option...

![obrázok](https://user-images.githubusercontent.com/64546059/210178243-db6fe1a4-a8ea-4339-bc56-73e370bc9498.png) When I switch render from HTML to PDF the inline code block will not work because the backticks will get escaped.

When image is not loaded, it's alt text is ignored: `![The San Juan Mountains are beautiful!](san-juan-mountains.jpggg "San Juan Mountains Alt Text")` ![obrázok](https://user-images.githubusercontent.com/64546059/208472017-e4d765ff-bd2b-44f5-b39d-066ca5ee3dff.png)