Update README.org
This commit is contained in:
27
README.org
27
README.org
@@ -518,7 +518,7 @@ either
|
|||||||
+------+------+------+
|
+------+------+------+
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Org:
|
Org:
|
||||||
#+BEGIN_EXAMPLE
|
#+BEGIN_EXAMPLE
|
||||||
,#+CAPTION: caption
|
,#+CAPTION: caption
|
||||||
,#+NAME: label
|
,#+NAME: label
|
||||||
@@ -547,13 +547,13 @@ either
|
|||||||
|
|
||||||
** Hyperlinks
|
** Hyperlinks
|
||||||
|
|
||||||
|
*** External hyperlinks
|
||||||
|
|
||||||
Org:
|
Org:
|
||||||
#+BEGIN_EXAMPLE
|
#+BEGIN_EXAMPLE
|
||||||
[[http://orgmode.org][Org Mode]]
|
[[http://orgmode.org][Org Mode]]
|
||||||
|
|
||||||
[[http://orgmode.org]]
|
[[http://orgmode.org]]
|
||||||
|
|
||||||
[[label]]
|
|
||||||
#+END_EXAMPLE
|
#+END_EXAMPLE
|
||||||
|
|
||||||
reStructuredText:
|
reStructuredText:
|
||||||
@@ -561,8 +561,27 @@ either
|
|||||||
`Org Mode <http://orgmode.org/>`_
|
`Org Mode <http://orgmode.org/>`_
|
||||||
|
|
||||||
`http://orgmode.org`_
|
`http://orgmode.org`_
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
`label`_
|
*** Internal links
|
||||||
|
|
||||||
|
Org:
|
||||||
|
#+BEGIN_EXAMPLE
|
||||||
|
Internal crossreferences, like [[example]]
|
||||||
|
|
||||||
|
<<example>>
|
||||||
|
This is an example crossreference target.
|
||||||
|
#+END_EXAMPLE
|
||||||
|
|
||||||
|
reStructuredText:
|
||||||
|
#+BEGIN_SRC rst
|
||||||
|
Internal crossreferences, like `example`_
|
||||||
|
|
||||||
|
|
||||||
|
.. _example:
|
||||||
|
|
||||||
|
|
||||||
|
This is an example crossreference target.
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Export reStructuredText fragments
|
** Export reStructuredText fragments
|
||||||
|
|||||||
Reference in New Issue
Block a user