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.

@section('scripts') ... @append obvious indent bug

See original GitHub issue
@section('scripts')
    @append

obvious indent bug

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ParachainsDevcommented, Aug 2, 2021

@shufo Do you see wrong indent for @append in my message? But should behave like @endsection (without any indents relative to @section). This behaviour is in any template.

Example: Wrong:

@section('css')

    <style>
        td a {

            text-decoration: underline !important;
        }

    </style>
    @append

Right:

@section('css')

    <style>
        td a {

            text-decoration: underline !important;
        }

    </style>
@append

0reactions
ParachainsDevcommented, Aug 10, 2021

Thank you @rsdsoft This behavior seemed to be caused by @append directive was not supported in blade-formatter. Released https://github.com/shufo/blade-formatter/releases/tag/v1.11.12 with this behaviour fixed.

The same issue with @overwrite btw.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What should I do with "Unexpected indent" in Python?
Paste the copied tabs or spaces into the "Find" search bar, and then replace them all with four spaces (assuming that your IDE...
Read more >
unexpected indent" when evaluating indented blocks of code ...
Example: evaluating the following selection results in an error because of the indentation of the whole block at 4 spaces:.
Read more >
Paragraph Indent - for scripts - Microsoft Community
All I want to do is create an indent like the paragraph below (note the first word is justified left, all the remaineder...
Read more >
ID 2020 - Indent in combination with wrap text around an ...
In Indesign 2020, whenever I want to wrap text next to an image, but the text also has an indent the text jumps...
Read more >
No indent in the first paragraph in a section? - TeX
If the indent is there to emphasis a new paragraph, there's no need for it after a heading (e.g.section), because it's optically very...
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