Hi all,
The link syntax [[link]] is parsed as an org-link inside of a source block, as
shown in the code below:
#+begin_src emacs-lisp
[[2]]
#+end_src
This if fine in the example above, but consider a language like python. The
link syntax is also valid python syntax:
#+begin_src python
x = np
Hi all,
The link syntax [[link]] is parsed as an org-link inside of a source block, as
shown in the code below:
#+begin_src emacs-lisp
[[2]]
#+end_src
This if fine in the example above, but consider a language like python. The
link syntax is also valid python syntax:
#+begin_src python
x = np
Hi all,
The link syntax [[link]] is parsed as an org-link inside of a source block, as
shown in the code below:
#+begin_src emacs-lisp
[[2]]
#+end_src
This if fine in the example above, but consider a language like python. The
link syntax is also valid python syntax:
#+begin_src python
x = np