Skip to content

CSS rule for blockquotes #2064

Description

@reox

Is your feature request related to a problem? Please describe.

The Markdown editor allows for quotes using >:

This is not a quote
> This is a quote

However, blockquotes are not rendered in markdown.

Describe the solution you'd like

Something like this:

image

this uses:

#description-preview blockquote {
    padding-left: 1em;
    border-left: 0.5ex solid black;
    font-style: italic;
}

Describe alternatives you've considered

There are plenty of quoting styles. Any style is fine as long as it can clearly be distinguished from normal text.

this is how a quote in github looks like

Additional context
v1.0.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions