We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca09e8 commit ba66283Copy full SHA for ba66283
2 files changed
README.md
@@ -1,8 +1,3 @@
1
----
2
-author: Derek Devnich
3
-title: Programming in Python
4
5
-
6
- [1. Fundamentals (Week 1)](#fundamentals-week-1)
7
- [1.1. Orientation](#orientation)
8
- [1.2. Jupyter commands](#jupyter-commands)
README.org
@@ -3387,6 +3387,9 @@ Do this if you want code syntax highlighting and a table of contents on Github.
3387
1. Generate Markdown file
3388
#+BEGIN_SRC bash
3389
pandoc -f org -t gfm --toc --toc-depth=2 --wrap=none -N -s README.org -o README.md
3390
+
3391
+ # Add section headers
3392
+ pandoc -f org -t gfm --toc --toc-depth=2 --wrap=none -s --lua-filter ./pandoc-section-number-filter.lua README.org -o README.md
3393
#+END_SRC
3394
3395
2. Delete anything above the Table of Contents, e.g.:
0 commit comments