Skip to content

Custom class for lists with custom bullet? #5

@katerlouis

Description

@katerlouis

I want to give my editors a secondary bullet-list like this:

markdown:

### look at my list:
% cool marker, mate
% thanks, I know
% and it's so convenient to type!

resulting in this:

<h3>look at my list</h3>
<ul class="custom-class-set-in-config-maybe">
  <li>cool marker, mate</li>
  <li>thanks, I know</li>
  <li>and it's so convenein to type</li>
</ul>

Is that possible with this plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions