Commit 851bfbe
committed
Replace PDF parser with Markdown parser for official FAQs
- Add new markdown source file (FAQs_on_the_CRA__v12)
- Create parse-official-faqs.js to parse markdown instead of PDF
- Remove parse-official-faqs-pdf.js (old PDF parser)
- Update link-resolver.js to handle both *italics* and _italics_
- Remove pdfjs-dist and jsdom dependencies
The markdown version provides cleaner source content and eliminates
the need for complex PDF text extraction logic.1 parent a70184b commit 851bfbe
7 files changed
Lines changed: 3618 additions & 721 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments