summaryrefslogtreecommitdiffstats
path: root/_plugins/proof.rb
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/proof.rb')
-rw-r--r--_plugins/proof.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/_plugins/proof.rb b/_plugins/proof.rb
index 415b37f..0c2b63b 100644
--- a/_plugins/proof.rb
+++ b/_plugins/proof.rb
@@ -1,11 +1,9 @@
module Jekyll
class ProofTagBlock < Liquid::Block
-
def render(context)
text = super
"<span style=\"text-transform: uppercase; font-weight: bold; font-size: .75em;\">Proof</span> &nbsp; #{text} <span style=\"float:right;\">$\\square\\enspace$</span>"
end
-
end
end