This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This outputs Markdown to the chunk, but at least it's conformant with EEP-48 which requires a binary. Let's take the following example: %% @deprecated See {@link file/2} for details. Currently, it's output as a binary: #{deprecated => <<"See `file/2` for details.">>, However, not to lose information, it could also be output as an htmltree: #{deprecated => [<<"See ">>, {a,[{href,<<"#file-2">>}],[{code,[],[<<"file/2">>]}]}, <<" for details.">>],
- Loading branch information