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
* <code ->
# some code
def foobar
puts "flarp"
end
</code>
Save the page. Edit the page again, but now switch to the WYSIWYG editor. Place the cursor in the code block after end. Press enter. Observe that the code block is immediately exited and a new bullet point created.
Expected behavior: Only Ctrl-Enter should exit the block. A normal enter should instead add a blank line to the code block.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue. CosmoCode is a software company in Berlin providing services for wiki, app and web development. As such we can't guarantee quick responses for issues opened on our Open Source projects.
If you require certain features or bugs fixed, you can always hire us. Feel free to contact us at [email protected] for an offer.
Place the following wikitext on a page:
Save the page. Edit the page again, but now switch to the WYSIWYG editor. Place the cursor in the code block after
end
. Press enter. Observe that the code block is immediately exited and a new bullet point created.Expected behavior: Only Ctrl-Enter should exit the block. A normal enter should instead add a blank line to the code block.
The text was updated successfully, but these errors were encountered: