question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Capitalization in tags causes rendering in Editor to break

See original GitHub issue

See https://redd.it/p6xe0d

In short, a user discovered that by using <Br /> caused header rendering to break in the editor (headers no longer coloured blue in the editor window). This did not cause any issues in the BrewRenderer, only the editor.

Repro 1: image

Repro 2: image

Repro 3: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
calculuschildcommented, Aug 19, 2021

Might be worth creating an issue on CodeMirror s GitHub. Worst they could do is say no and close the issue.

0reactions
G-Ambattecommented, Oct 27, 2021

Confirmed.

image

As the issue no longer exists due to the dependency update, I will now close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Warn if rendering an HTML tag spelled with uppercase letters
If I try running the following code: var Hello = React.createClass({ render: function() { return React.createElement('BR', null); } }) ...
Read more >
How to troubleshoot React errors - Blog - Pusher
In JSX, rendering a component that begins with a lowercase letter compiles down to React.createElement('component') , the equivalent of an HTML ...
Read more >
Use the ins tag - Campaign Manager 360 Help - Google Support
HTML attribute Changes into this ad request parameter Purpose data‑dcm‑interstitial dcopt=1_ist Designates inte... data‑dcm‑impression‑exchange‑id pc The IAB impres... data‑dcm‑keywords kw Keywords used...
Read more >
text-transform - CSS-Tricks
The text-transform property in CSS controls text case and capitalization.
Read more >
With jQuery, how do I capitalize the first letter of a text field ...
I'd prefer this approach over CSS, because it actually capitalizes the strings (i.e it is done at the data level), instead of just...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found