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
Name Firefox
Version 90.0.2
Build ID 20210721174149
expected behavior: formatting will be kept when copying from the code block
actual behavior: It pastes like this
class DocumentHandler { doctype(doctype) { // An incoming doctype, such as <!DOCTYPE html> }
comments(comment) { // An incoming comment }
text(text) { // An incoming piece of text }
end(end) { // The end of the document }}
The text was updated successfully, but these errors were encountered:
Example page > https://developers.cloudflare.com/workers/runtime-apis/html-rewriter#document-handlers
Name Firefox
Version 90.0.2
Build ID 20210721174149
expected behavior: formatting will be kept when copying from the code block
actual behavior: It pastes like this
The text was updated successfully, but these errors were encountered: