Skip to content

Commit 6549cd6

Browse files
Merge remote-tracking branch 'origin/main' into main
2 parents c151a3d + 44a67ce commit 6549cd6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Uses [pandoc](https://pandoc.org/) to convert HTML files with asset directories
1313

1414
## Usage
1515
```bash
16+
# activate a new virtual environment
17+
python3 -m venv venv; . venv/bin/activate; pip install --upgrade pip
1618
# install dependencies
1719
python -m pip install -r requirements.txt
1820

example.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h1>Title</h1>
2+
3+
<h2>Section</h2>
4+
5+
Blah blah blah
6+
7+
<h3>Sub section</h3>
8+

0 commit comments

Comments
 (0)