Skip to content

Verbatim text does not work in itemizations #31

@triska

Description

@triska

In the documentation of crypto_data_encrypt/4, I would like to format text as follows:

  • chacha20-poly1305
    Description1
  • aes-128-cbc
    Description2
  • aes-128-gcm
    Description3

So, I use:

%     * =|chacha20-poly1305|=
%       Description1
%
%     * =|aes-128-cbc|=
%       Description2
%
%     * =|aes-128-gcm|=
%       Description3

As result, I unexpectedly get:

=() | chacha20()-poly1305()|=()
    Description1 
=() | aes()- 128-cbc()|=()
    Description2 
=() | aes()- 128-gcm()|=()
    Description3 

The issue here seems to be that verbatim text, i.e., =|...|= is not recognized as an item of the itemization if there are also additional descriptions present.

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