code property

Formats a block of lines as a code snippet, using monospace font.

Implementation

ParchmentAttribute<String> get code =>
    ParchmentAttribute<String>._(key, scope, 'code');