html: Rewrite local links to .org files to .html
emacs rewrites links to `.org` files to corresponding links with `.html` extension in the html export.
This commit is contained in:
parent
1b68e209ac
commit
84d56e9562
4 changed files with 20 additions and 12 deletions
3
org/testdata/inline.html
vendored
3
org/testdata/inline.html
vendored
|
@ -67,6 +67,9 @@ not emphasized/</p>
|
|||
<p>regular link to a file (image) <img src="my-img.png" alt="my-img.png" title="my-img.png" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>regular link to an org file (extension replaced with html) <a href="inline.html">inline.html</a> / <a href="../testdata/inline.html">../testdata/inline.html</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>regular link to a file (video) <video src="my-video.mp4" title="my-video.mp4">my-video.mp4</video></p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue