You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a list:
* [One](https://avidseeker.github.io)
* [Two](https://github.com/jgm/pandoc)
$ pandoc -f commonmark -t commonmark --wrap=preserve --reference-links -i input.md
Here is a list:
- [One]
- [Two]
[One]: https://avidseeker.github.io
[Two]: https://github.com/jgm/pandoc
Result
Bullet point format is changed
Spacing between list header "Here is a list:" and the list is changed.
Bonus
Bonus question: as you can see, I'm trying to use pandoc to convert inline links to reference-style links. Is there a better way to do it?
Bonus feature-request: add an option --reference-links=id so that links converted have a numeric id (e.g: [one][1]). This makes it easier to change the text of the link without having to change the reference list.
Pandoc version?
pandoc 3.1.12.2
The text was updated successfully, but these errors were encountered:
Explain the problem.
input.md
Result
Bonus
Bonus question: as you can see, I'm trying to use pandoc to convert inline links to reference-style links. Is there a better way to do it?
Bonus feature-request: add an option
--reference-links=id
so that links converted have a numeric id (e.g:[one][1]
). This makes it easier to change the text of the link without having to change the reference list.Pandoc version?
pandoc 3.1.12.2
The text was updated successfully, but these errors were encountered: