fastai / nbprocess-old

Process and export Jupyter Notebooks fast (Jupyter not required)
https://nbprocess.fast.ai/
Apache License 2.0
52 stars 12 forks source link

escape backslash in backtick symbol matching #114

Closed jaidmin closed 2 years ago

jaidmin commented 2 years ago

This fixes the backslash issue in the APL study.

It's a bit hacky as I said in the issue, if someone has a better idea please let me know.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jph00 commented 2 years ago

Thanks for the PR - I actually noticed this this afternoon and popped in a more general fix (which is to escape all back-slashes).