Closed
Description
It looks like there is a rendering issue with attributes in the asciidoc generator. They seem to be added to the resulting asciidoc, but when rendered to HTML, they are replaced by blank lines.
For instance:
namespace boost::mysql {
template <class T>
[[nodiscard]] int f();
} // namespace boost::mysql
Generates the following asciidoc:
[#boost-mysql-f]
= xref:boost.adoc[boost]::xref:boost/mysql.adoc[mysql]::f
:relfileprefix: ../../
:mrdocs:
== Synopsis
Declared in `<https://github.com/boostorg/mysql/blob/master/include/boost/repro.hpp#L4[boost/repro.hpp]>`
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
----
template<class T>
[[nodiscard]]
int
f();
----
[.small]#Created with https://www.mrdocs.com[MrDocs]#
Which renders as:
Metadata
Metadata
Assignees
Labels
No labels