Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split out HTML processing from markdown conversion for API generation (…
…#614) This splits out all of the HTML helper functions from `htmlToMd.ts` into `processHtml.ts`. `processHmtl.ts` is where we have all of our Cheerio code that deals with HMTL -> HTML, whereas `htmlToMd.ts` goes from HTML -> MD. This PR avoids making refactors to the source code to keep this easier to review. A follow up PR will add tests.
- Loading branch information