-
Using "pandoc main.tex -o main.docx" on the .tex below, we identify the following deviation from a latex-generated PDF:
a footnote following a right-to-left string (e.g., hebrew below) appears corr…
-
Source issue:
https://github.com/metanorma/metanorma-iso/issues/1091
![image](https://github.com/metanorma/mn-native-pdf/assets/5559926/3a774e57-c782-48cf-aac8-c6e4531dc8af)
![image](https://gi…
-
Presumably as a result of https://github.com/asciidoctor/asciidoctor/issues/729, footnote cross-references fail to be resolved if they occur within Asciidoc-style table cells: each table cell appears …
-
### Summary
![image](https://github.com/user-attachments/assets/8005599e-75a6-43c8-bd83-db9248eb4a73)
### Reproduction Steps
Here is a reproduction steps:
1. open a Rust source code file and wri…
-
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/8534
````markdown
---
title: test
format:
revealjs:
center: true
reference-location: section
---
## Slide 1
…
cderv updated
5 months ago
-
For long documents, the current default of pasting the footnote definition to the end of the document may complicate their management. How about (adding an option to) insert the def at the next paragr…
-
Hello!
I was wondering if it would be easy to implement the possibility of having multiple texts with footnotes on the same page? So far, it works great but only if the numbering of the footnotes doe…
-
```md
# Heading
Some text with a footnote.[^1]
Some other text with the same footnote.[^1]
[^1]: The footnote
```
When rendered, the second paragraph renders the string literal "[^1]" in…
-
```
What steps will reproduce the problem?
1.Create a simple docx with one page and a footnote
2.convert to pdf using your live demo
What is the expected output? What do you see instead?
- Footnotes…
-
Currently (from #95) if there are multiple footnotes with the same ID, only the first one will be rendered. While this avoids producing duplicate HTML IDs, it is a bit unforgiving, and seems to cause …