Last active
December 15, 2015 14:48
-
-
Save wouterj/5276618 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Read more in :ref:`hello-world`. | |
// result: | |
Read more in <a href="other-file.html#hello-world">My World</a>. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Read more in :ref:`Hello World <hello-world>`. | |
// result: | |
Read more in <a href="other-file.html#hello-world">Hello World</a>. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. hello-world: | |
My World | |
-------- | |
Lorem ipsum dolor mir submit a form.... |
ah its auto referencing by checking within the content of other-file.rst.html ... ?!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
where does other-file.html comes from?
as :ref:
hello-world
. does not tell anything about other-file.html ?