We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be36861 commit be3b5fcCopy full SHA for be3b5fc
lib/jekyll-pseudo/html_brush.rb
@@ -36,6 +36,7 @@ def op(txt)
36
when '>=' then '≥'
37
when '<-' then '←'
38
when '->' then '→'
39
+ when '*' then '×'
40
else txt
41
end
42
# FIXME: html conversion for some operators
lib/jekyll-pseudo/version.rb
@@ -1,5 +1,5 @@
1
module Jekyll
2
module Pseudo
3
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
4
5
0 commit comments