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
Right now, with Javascript disabled, the code simply doesn't show at all. We should handle this better. Maybe let people create code cells in <pre> tags and transform them in-place into cells?
The text was updated successfully, but these errors were encountered:
I had no idea this was possible - it works pretty well. You can even style with white-space: pre.
The one annoyance is that actual pre elements have some special logic to ignore the first line, as seen in the following HTML. Not really a big deal though, so I want to move forward with this approach.
Right now, with Javascript disabled, the code simply doesn't show at all. We should handle this better. Maybe let people create code cells in
<pre>
tags and transform them in-place into cells?The text was updated successfully, but these errors were encountered: