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.

Code block formatting does not always respect spacing/returns

See original GitHub issue

For some reason code blocks aren’t respecting the hard return.

In .svx file:

```html
<style>
  .red {
    color: red;
  }
</style>

Output:

Screen Shot 2020-05-30 at 12 49 08 PM

Just wanted to bring it to your attention just in case it is relevant for ya.

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
pngwncommented, Jun 15, 2020

fixed by #81

1reaction
babycourageouscommented, Jun 15, 2020

Awesome! Thanks @pngwn and @dominikg

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating and highlighting code blocks - GitHub Docs
Tip: To preserve your formatting within a list, make sure to indent non-fenced code blocks by eight spaces. To display triple backticks in...
Read more >
Cannot change formatting with code blocks - Zendesk help
I recently noticed that I am no longer able to set bold property on selected text within a code block. I have been...
Read more >
Solved: How do I paste code into Code Block with preserved...
As I understand, the Code Block macro is not respecting the indentation after copying code and then pasting it inside the macro.
Read more >
Jira code formatting: A few quick tips - Valiantys
Wondering how to format code block in Jira? ... is an immediate red flag that the code probably doesn't follow best programming practices....
Read more >
HTML formatting inside highlighted code blocks is no longer ...
Why is text formatting in code blocks now broken? This is caused by a change to the syntax highlighter used by Stack Overflow,...
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