Skip to content

Commit ba66283

Browse files
committed
Debugging website
1 parent dca09e8 commit ba66283

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
author: Derek Devnich
3-
title: Programming in Python
4-
---
5-
61
- [1. Fundamentals (Week 1)](#fundamentals-week-1)
72
- [1.1. Orientation](#orientation)
83
- [1.2. Jupyter commands](#jupyter-commands)

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,6 +3387,9 @@ Do this if you want code syntax highlighting and a table of contents on Github.
33873387
1. Generate Markdown file
33883388
#+BEGIN_SRC bash
33893389
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
33903393
#+END_SRC
33913394

33923395
2. Delete anything above the Table of Contents, e.g.:

0 commit comments

Comments
 (0)