You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if I could add including files from urls (for instance from raw github content)? Obviously, this should only work for pages that are code files, e.g. some content from github raw files.
For instance, I would want this to work like something like
Some code from a repository on github:
```{.python
include="https://raw.githubusercontent.com/acederberg/captura/master/src/captura/fields.py"
}
```