-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels