Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<div class="form-group @error('description') has-error @enderror">
|
||||
<label for="description" class="control-label">Description</label>
|
||||
<textarea id="description" name="description" class="form-control" rows="8">{{ old('description', $artwork->description) }}</textarea>
|
||||
<p class="help-block">Basic Markdown-style formatting and emoji are allowed. Raw HTML tags are not accepted.</p>
|
||||
@error('description')
|
||||
<span class="help-block">{{ $message }}</span>
|
||||
@enderror
|
||||
|
||||
Reference in New Issue
Block a user