Skip to content

Commit

Permalink
Update review.lua
Browse files Browse the repository at this point in the history
Co-authored-by: atusy <[email protected]>
  • Loading branch information
kmuto and atusy authored Dec 31, 2020
1 parent e058863 commit f76a1a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions review.lua
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,8 @@ function RawInline(format, text)

if (format == "tex") then
return format_inline("embed", "|latex|" .. text)
elseif (format == "html") then
return format_inline("embed", "|html|" .. text)
else
return format_inline("embed", text)
return format_inline("embed", "|" .. format .. "|", text)
end
end

Expand Down

0 comments on commit f76a1a6

Please sign in to comment.