You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: md_version/main.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ Markdown only
263
263
## Inserting Code Listings
264
264
265
265
Code is displayed using the listings package.
266
-
Check the "Table 1: Predefined languages" of the listings package documentation to see the list of supported languages by default.
266
+
Check the ["Table 1: Predefined languages" of the listings package documentation](https://texdoc.org/serve/listings.pdf/0#table.1) to see the list of supported languages by default.
267
267
268
268
Markdown only
269
269
~ Your can display code using [various possible syntaxes](https://pandoc.org/MANUAL.html#verbatim-code-blocks).
@@ -304,7 +304,7 @@ You can obtain landscape pages using the landscape package in \LaTeX.
304
304
Markdown only
305
305
~ This feature is not accessible in pure markdown: if you want to have landscape pages, you need to use \LaTeX commands in your document.
306
306
307
-
Note that the drawing presented in \autoref{fig:language} was obtained using \LaTeX's package tiKz, and that the source code is shared in the pictures folder.
307
+
Note that the drawing presented in \autoref{fig:language} was obtained using [\LaTeX's package tiKz](https://tikz.dev/), and that the source code is shared in the pictures folder.
0 commit comments