Skip to content

Commit c7e776f

Browse files
committed
engine_spx2html: make sure a code comment isn't treated as a test
1 parent 4609aea commit c7e776f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/engine_spx2html/src

crates/engine_spx2html/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ impl EmittingState {
11521152
/// make it so that the TeX code doesn't have to worry too much about
11531153
/// escaping, etc. The general format is:
11541154
///
1155-
/// ```
1155+
/// ```notest
11561156
/// \special{tdux:mfs tagname
11571157
/// Cclass % add a CSS class
11581158
/// Sname value % Add a CSS setting in the style attr

0 commit comments

Comments
 (0)