Skip to content

Commit 2c305f2

Browse files
authored
Merge pull request #31 from Antonz0/release/v1.6.1
Release v1.6.1
2 parents c227982 + 2276fb1 commit 2c305f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Doxybook/TextMarkdownPrinter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ void Doxybook2::TextMarkdownPrinter::print(PrintData& data,
413413
// see the code that sets the `inComputerOutput` flag above.
414414
if (data.invertComputerOutput) {
415415
data.invertComputerOutput = false;
416+
} else {
417+
data.ss << "`";
416418
}
417419
}
418420
data.inComputerOutput = false;

0 commit comments

Comments
 (0)