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
Apparently Pandoc converts all tabs to spaces by default, so when codebraid searches the original file to find the location of the code (this is useful in reporting any errors), it never finds the code. Pandoc has a --preserve-tabs option, so I will probably need to switch to using that for intermediate document transformations. --preserve-tabs is currently supported, but only applies to the final document transformation, not intermediate steps which is what matters here.
When running python with tabs instead of spaces for scope, codebraid does not compile the document.
This will fail
While this will run
The text was updated successfully, but these errors were encountered: