Previewer Tool
This tool is provided to make it easier to author exercises. There is one section corresponding to each of the four code configurations you can apply to a cell. See the Authoring Guide for more information.
- When you Copy the content, it will be copied in markdown format. Note that the copied markdown will be given an ID of
#example-id
which you should change to#<something-unique>
(i.e., keep the hashtag and change the rest). - You can paste content into any editor and it will do some guessing to see what you are pasting:
- If you are pasting a full markdown exercise, it will look for the appropriate
%%% headers
and put things where they belong. - If you are pasting some text without any headers in it, it will put it where your cursor is.
- If you are pasting a full markdown exercise, it will look for the appropriate
- When you Save, the contents are just stored to your browser. This will fail if you are in private mode, have 3rd party cookies disabled, or if your browser's storage is full. The content will be lost if you do something like clear your browser history.