2020-10-25 20:23:08 +01:00
|
|
|
|
#+TITLE: 03-Links
|
|
|
|
|
#+DESCRIPTION: Simple org file to test links
|
|
|
|
|
#+TODO: TODO(t) PAUSED(p) | DONE(d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* First level
|
|
|
|
|
:PROPERTIES:
|
|
|
|
|
:ID: 03-markup-first-level-id
|
|
|
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
|
|
|
:END:
|
2020-11-02 23:51:11 +01:00
|
|
|
|
This is a [[https://codigoparallevar.com/1][web link]].
|
2020-10-25 20:23:08 +01:00
|
|
|
|
|
2020-11-02 23:51:11 +01:00
|
|
|
|
This is a /italized [[https://codigoparallevar.com/2][web link]]/.
|
2020-12-20 12:14:58 +01:00
|
|
|
|
|
|
|
|
|
This is a link with no description to [[* First level]].
|
|
|
|
|
|
|
|
|
|
This is [[id:03-markup-first-level-id][a link to a section by id]].
|
2022-08-20 15:07:19 +02:00
|
|
|
|
|
|
|
|
|
This is a [[https://codigoparallevar.com/3][web link]] followed up with some text.
|
2022-08-26 19:17:12 +02:00
|
|
|
|
|
|
|
|
|
This is a [[https://codigoparallevar.com/4][[tricky web link]]] followed up with some text.
|
|
|
|
|
|
|
|
|
|
This is [[[https://codigoparallevar.com/5][another tricky web link]]] followed up with some text.
|
2024-02-04 00:18:31 +01:00
|
|
|
|
|
|
|
|
|
* Implicit links
|
|
|
|
|
:PROPERTIES:
|
|
|
|
|
:ID: 03-markup-implicit-links
|
|
|
|
|
:CREATED: [2020-01-01 Wed 01:01]
|
|
|
|
|
:END:
|
|
|
|
|
This is an implicit web link: https://codigoparallevar.com/implicit.
|