Back to Peertube

Markdown Textarea.Component

client/src/app/shared/shared-forms/markdown-textarea.component.html

8.1.5408 B
Original Source

@if (maximized) {

} @if (withPreview()) { @if (!maximized) { @if (previewCollapsed) { Show preview } @else { Hide preview } } @if (maximized) { Exit full-screen editor } @else { Full-screen editor } } @if (!maximized) {

} @if (!maximized) { @if (withShowMoreButton() && (!truncated || hasEllipsis())) { @if (truncated) { Show more } @else { Show less } } @if (formError()) { {{ formError() }} } }