We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c151a3d + 44a67ce commit 6549cd6Copy full SHA for 6549cd6
README.md
@@ -13,6 +13,8 @@ Uses [pandoc](https://pandoc.org/) to convert HTML files with asset directories
13
14
## Usage
15
```bash
16
+# activate a new virtual environment
17
+python3 -m venv venv; . venv/bin/activate; pip install --upgrade pip
18
# install dependencies
19
python -m pip install -r requirements.txt
20
example.html
@@ -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