/tech-notes

Tech note taken over a decade.

Primary LanguagePython

Technical notes

This site was converted from https://sites.google.com/site/xiangyangsite before Google forced it to be migrated to their new site template (which doesn't have many features the old one had, such as subpage listing, page attachment, etc.)

How to generate the mark down files:

Install mercury-parser with

npm -g install @postlight/mercury-parser

Download a mark down converter called reader.

Assume in the reader repository, run

mercury-parser https://example.com/path | ./reader.py  -f md - > path.md