Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tutorials] Improve conversion of math to MDX
- Properly convert /begin.../end math blocks by wrapping in $$ - Update our regex for unescaping braces in math to support math wrapped by double dollar signs and containing newlines. - Make sure $$ symbols are not escaped and include line breaks before and after. I encountered a few examples in our notebooks that didn't match this formatting expected by mdx. These changes were made when adapting this script to work in the botorch repo: - CristianLara/botorch@a0b3eaa - CristianLara/botorch@5118c53
- Loading branch information