We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac03cf commit 8299f1dCopy full SHA for 8299f1d
material/plugins/search/plugin.py
@@ -545,6 +545,8 @@ def handle_data(self, data):
545
elif data.isspace():
546
if not self.section.text or not self.section.text[-1].isspace():
547
self.section.text.append(data)
548
+ elif "pre" in self.context:
549
+ self.section.text.append(data)
550
551
# Handle everything else
552
else:
src/plugins/search/plugin.py
0 commit comments