Skip to content

Italic text is no longer recognized in some cases #28

@triska

Description

@triska

The predicate crypto_n_random_bytes/2 contains in its PlDoc description the following fragment:

%   With this definition, you can generate a random 256-bit integer
%   _from_ a list of 32 random _bytes_:

Expectation: We expect the following rendering, as was also the case in earlier versions:

With this definition, you can generate a random 256-bit integer from a list of 32 random bytes:

Result: However, as of the most recent git version, this is unexpectedly rendered as:

With this definition, you can generate a random 256-bit integer _from_ a list of 32 random _bytes_:

This means that the italics are no longer recognized in this paragraph.

The more I proceed, by trial and error, to somehow get the intended effects out of PlDoc, the more I admire Richard O'Keefe, who accurately foretold this struggle already years ago as the result of not using a formally specified markup language...

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