From 28407333ffceca9b99fae721c30e8ae146a863da Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Wed, 14 Feb 2024 07:24:38 +0100 Subject: Update --- _plugins/proof.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_plugins/proof.rb') diff --git a/_plugins/proof.rb b/_plugins/proof.rb index ab824e5..415b37f 100644 --- a/_plugins/proof.rb +++ b/_plugins/proof.rb @@ -3,7 +3,7 @@ module Jekyll def render(context) text = super - "Proof #{text} $\\square\\enspace$" + "Proof   #{text} $\\square\\enspace$" end end -- cgit v1.2.3-54-g00ecf