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
If you try to put more than one thing, like two code blocks or additional text etc. into a codewindow, codewindow will silently drop the additional elements. An easy way around this (that clutters my source code a bit) is to wrap the second element in a fenced div,
Looking at this now, maybe the airquotes in #4 were premature. You could probably build on fragments to "switch" focus between the tabs, e.g this syntax would start on the first tab and then focus the second tab on the next slide advancement:
If you try to put more than one thing, like two code blocks or additional text etc. into a codewindow, codewindow will silently drop the additional elements. An easy way around this (that clutters my source code a bit) is to wrap the second element in a fenced div,
Drops the second code block
Keeps the second code block
The text was updated successfully, but these errors were encountered: