Fix underline
This commit is contained in:
parent
d014ffd6d0
commit
7c7d21cbef
1 changed files with 5 additions and 0 deletions
|
@ -175,6 +175,7 @@ class TextFormatter
|
||||||
fenced_code_blocks: true,
|
fenced_code_blocks: true,
|
||||||
strikethrough: true,
|
strikethrough: true,
|
||||||
superscript: true,
|
superscript: true,
|
||||||
|
underline: true,
|
||||||
highlight: false
|
highlight: false
|
||||||
)
|
)
|
||||||
@markdown.render(html)
|
@markdown.render(html)
|
||||||
|
@ -197,6 +198,10 @@ class TextFormatter
|
||||||
"<p>#{text}</p>"
|
"<p>#{text}</p>"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def underline(text)
|
||||||
|
nil
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def process_program_code(code)
|
def process_program_code(code)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue