Skip to content

Commit be3b5fc

Browse files
committed
use multiplication for asterisk
1 parent be36861 commit be3b5fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/jekyll-pseudo/html_brush.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def op(txt)
3636
when '>=' then '≥'
3737
when '<-' then '&larr;'
3838
when '->' then '&rarr;'
39+
when '*' then '&times;'
3940
else txt
4041
end
4142
# FIXME: html conversion for some operators

lib/jekyll-pseudo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Pseudo
3-
VERSION = "0.1.2"
3+
VERSION = "0.1.3"
44
end
55
end

0 commit comments

Comments
 (0)