Skip to content

Support mdbook-quiz addon #105

Description

@uncenter

Support https://github.com/cognitive-engineering-lab/mdbook-quiz. Should be as simple as:

.mdbook-quiz .answer .answer-row > div {
  .correct::before {
    color: @green;
  }
  .incorrect:before {
    color: @red;
  }
}

Though not sure if it should go in the main file or separately like it is for the admonish plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    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