diff options
Diffstat (limited to 'src/library/math')
| -rw-r--r-- | src/library/math/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index df00cb71..b23ed7cf 100644 --- a/src/library/math/mod.rs +++ b/src/library/math/mod.rs @@ -84,8 +84,8 @@ impl Show for MathNode { ShowNode::new(self.clone()) } - fn encode(&self, _: StyleChain) -> Dict { - todo!() + fn field(&self, _: &str) -> Option<Value> { + None } fn realize(&self, _: Tracked<dyn World>, _: StyleChain) -> SourceResult<Content> { |
