diff --git a/layouts/_shortcodes/figure.html b/layouts/_shortcodes/figure.html
index 3b4788b..96ab584 100644
--- a/layouts/_shortcodes/figure.html
+++ b/layouts/_shortcodes/figure.html
@@ -12,6 +12,6 @@
{{ end }}
{{ with or (.Get "caption") (.Get 0) $resource_title }}
- {{ . | markdownify }}
+ {{ (replace . "\\bt" "`") | markdownify }}
{{ end }}