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
I hope there is a way to deal with my *.blade.php auto formatter which indents the code as follows and breaks the markdown rendering:
@extends('layout.default')
@section('title')
testing
@endsection
@section('content')
<div class="markdown-body">
@markdown
# My awesome header
This text is *italic* but this one is **bold**, you can also add a [Link](http://www.example.com).
@endmarkdown
</div>
@endsection
Perhaps be able to define number of spaces to de-indent? Thank you.
The text was updated successfully, but these errors were encountered:
Description + Steps To Reproduce:
I hope there is a way to deal with my
*.blade.php
auto formatter which indents the code as follows and breaks the markdown rendering:Perhaps be able to define number of spaces to de-indent? Thank you.
The text was updated successfully, but these errors were encountered: