How to exit blockquote block or div
See original GitHub issueSteps to reproduce:
- Clicking blockquote icon
- Insert the content
- No way to move the cursor to go out of
<blockquote></blockquote>
it’s the same issue if I change <blockquote></blockquote>
to <div></div>
But for <table></table>
or <a></a>
, I can use left arrow or right arrow to exit the table block
please try: https://codepen.io/hoangnt142/pen/GGKBMw
many thanks!!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
HTML blockquote vs div - css - Stack Overflow
As mentioned, <blockquote> is for quoting. Similarly you will use several <p> blocks for paragraphs within one <div> that holds page content or...
Read more ><blockquote>: The Block Quotation element - MDN Web Docs
To change the indentation applied to the quoted text, use the CSS margin-left and/or margin-right properties, or the margin shorthand property.
Read more >Quoting in HTML: Quotations, Citations, and Blockquotes
As a flow element (i.e. “block level” element), blockquote can contain other elements ... then perhaps a div with a class is the...
Read more >HTML blockquote tag - W3Schools
Definition and Usage. The <blockquote> tag specifies a section that is quoted from another source. Browsers usually indent <blockquote> elements (look at ...
Read more >Headings, Block Elements and Blockquotes - JCE Editor
The list contains the block elements Paragraph, DIV, Address, ... Although not listed in the Format List, Blockquote is a block element and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I resolved this problem by using this config we need to press ESC button to exit
Same problem, nguyenkiidu’s config work like a charm.