Skip to content

Highlight.js upgrade breaks mrdocs links #403

Description

@anarthal

I've upgraded the UI bundle from https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip to https://github.com/boostorg/website-v2-docs/releases/download/ui-develop/ui-bundle.zip. All MrDocs generated links in the reference have disappeared. Looking at commit history, this is very much likely due to #400.

This is the asciidoc that mrdocs is rendering:

[#boost-mysql-any_connection-meta_mode]
= xref:boost.adoc[boost]::xref:boost/mysql.adoc[mysql]::xref:boost/mysql/any_connection.adoc[any_connection]::meta_mode
:relfileprefix: ../../../
:mrdocs:


Returns the current metadata mode that this connection is using.

== Synopsis


Declared in `<https://github.com/boostorg/mysql/blob/master/include/boost/mysql/any_connection.hpp#L339[boost/mysql/any_connection.hpp]>`

[source,cpp,subs="verbatim,replacements,macros,-callouts"]
----
xref:boost/mysql/metadata_mode.adoc[metadata_mode]
meta_mode() const noexcept;
----

== Description



=== Exception safety

No‐throw guarantee.



== Return Value


The metadata mode that will be used for queries and statement executions.





[.small]#Created with https://www.mrdocs.com[MrDocs]#

Master UI renders:

Image

Develop UI renders:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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