summaryrefslogtreecommitdiff
path: root/src/doc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.rs')
-rw-r--r--src/doc.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc.rs b/src/doc.rs
index 9c5fae8..ed88e95 100644
--- a/src/doc.rs
+++ b/src/doc.rs
@@ -28,7 +28,9 @@ use log::{error, trace};
/// The set of known (special) classes which subplot will always recognise
/// as being valid.
-static SPECIAL_CLASSES: &[&str] = &["scenario", "file", "dot", "pikchr", "plantuml", "roadmap"];
+static SPECIAL_CLASSES: &[&str] = &[
+ "scenario", "file", "example", "dot", "pikchr", "plantuml", "roadmap",
+];
/// The set of known (file-type) classes which subplot will always recognise
/// as being valid.