This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
0f80284c3d
pandoc
/
test
/
command
/
chap2
/
text.md
6 lines
72 B
Markdown
Raw
Normal View
History
Unescape
Escape
Add `rebase_relative_paths` extension. - Add manual entry for (non-default) extension `rebase_relative_paths`. - Add constructor `Ext_rebase_relative_paths` to `Extensions` in Text.Pandoc.Extensions [API change]. When enabled, this extension rewrites relative image and link paths by prepending the (relative) directory of the containing file. - Make Markdown reader sensitive to the new extension. - Add tests for #3752. Closes #3752. NB. currently the extension applies to markdown and associated readers but not commonmark/gfm.
2021-05-24 19:17:37 +02:00
# Chapter two
A spider: ![
spider
](
spider.png
)
Modify rebase_reference_links treatment of reference links/images. The directory is based on the file containing the link reference, not the file containing the link, if these differ.
2021-05-27 20:26:38 +02:00
[refspider]: spider.png
Reference in a new issue
Copy permalink