-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add let...end block prepended with #md to only include them for markdown deploy (in Franklin) but filter them for notebook output. Fix typos, add hyperlinks to links.
- Loading branch information
Showing
1 changed file
with
60 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4ffa896
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mauro3 Until a fix comes from Franklin for the parsing issue 885, I added
let .. .end
blocks around commented script blocks in order to allow successful build in Franklin. Thelet ... end
statement are filtered with#nb
keyword so they are excluded in the.ipynb
notebook generation. The hyperlinks are now all active and some minor typos are discarded.4ffa896
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a fix already, doing the tests and will release this within an hour or so
4ffa896
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much! It works as expected now 🙂