Open Naza3 opened 4 months ago
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)
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
for example:
convert to