We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for example:
<pre class="cpp" translate="no"> find_package(Qt6 REQUIRED COMPONENTS Qml) target_link_libraries(mytarget PRIVATE Qt6<span class="operator">::</span>Qml) </pre>
convert to
find\_package(Qt6 REQUIRED COMPONENTS Qml) target\_link\_libraries(mytarget PRIVATE Qt6::Qml)
The text was updated successfully, but these errors were encountered:
This is expected, and will render correctly in HTML.
Otherwise, some markdown engines render _ inside a word as italics. https://www.markdownguide.org/basic-syntax/#italic-best-practices
Sorry, something went wrong.
No branches or pull requests
for example:
convert to
The text was updated successfully, but these errors were encountered: