Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/expected_output/relative/en/rel_path_md

Issue 29947567: Issue 5333 - Ensure links in metadata and in most tags can be made relative (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Created Nov. 20, 2018, 4:23 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <p>Image link: <a href="../img/icon" hreflang="None"></a></p>
2 <p>Link to external source: <a href="http://bar.de/">Bar</a></p>
3 <p>Link to self: <a href="rel_path_md" hreflang="en"></a></p>
4 <p>Link to self with extension: <a href="rel_path_md.md" hreflang="en"></a></p>
5 <p>Relative link to local page: <a href="../en/sitemap"></a></p>
6 <p>Absolute link to local page: <a href="sitemap"></a></p>
7 <p>Relative link to different locale: <a href="../de/sitemap"></a></p>
8 <p>Absolute link to diferent locale: <a href="../de/sitemap"></a></p>
9 <p>Relative link to page in subfolder: <a href="../foo/bar"></a></p>
10 <p>Absolute link to page in subfolder: <a href="../foo/bar"></a></p>
OLDNEW

Powered by Google App Engine
This is Rietveld