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
*pandoc-codeblock-include* is a [pandoc] filter for including files in `CodeBlock` elements.
27
+
*pandoc-codeblock-include* is a [pandoc] filter for including files in
28
+
`CodeBlock` elements.
28
29
29
30
[pandoc]: http://pandoc.org/
30
31
31
32
Instructions
32
33
------------
33
34
34
-
*pandoc-codeblock-include* requires [python], a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed [on Windows].
35
+
*pandoc-codeblock-include* requires [python], a programming language that
36
+
comes pre-installed on linux and Mac OS X, and which is easily installed
37
+
[on Windows].
35
38
36
39
Install *pandoc-codeblock-include* using the bash command
37
40
@@ -45,7 +48,9 @@ To upgrade to the most recent release, use
45
48
$ pipx upgrade pandoc-codeblock-include
46
49
~~~
47
50
48
-
`pipx` is a script to install and run python applications in isolated environments from the Python Package Index, [PyPI]. It can be installed using instructions given [here](https://pipx.pypa.io/stable/).
51
+
`pipx` is a script to install and run python applications in isolated
52
+
environments from the Python Package Index, [PyPI]. It can be installed
53
+
using instructions given [here](https://pipx.pypa.io/stable/).
0 commit comments