You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Cute. The rule applied is that if all first lines of all items are valid Prolog terms we render the Prolog terms and make lists like
* Term
Description
Now, =|chacha20-poly1305|= parses as a Prolog term. The rendering obviously fails badly. That is a bug, but if all worked right the result would still be =|chacha20-poly1305|=. If these are atoms, please write 'chacha20-poly1305'. The quote is lost in the rendering, but this can (and should) be fixed.
If you want a description list without Prolog terms, use the variant derived from Twiki:
In the documentation of
crypto_data_encrypt/4
, I would like to format text as follows:Description1
Description2
Description3
So, I use:
As result, I unexpectedly get:
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.The text was updated successfully, but these errors were encountered: