<textareaclass="form-control"id="bio"name="bio"placeholder="Add a bio here"rows="2"data-max-length="{{config('pixelfed.max_bio_length')}}">{{Auth::user()->profile->bio}}</textarea>
<textareaclass="form-control"id="bio"name="bio"placeholder="Add a bio here"rows="2"data-max-length="{{config('pixelfed.max_bio_length')}}"v-pre>{{Auth::user()->profile->bio}}</textarea>
<pclass="form-text">
<spanclass="bio-counter float-right small text-muted">0/{{config('pixelfed.max_bio_length')}}</span>