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,
|
||||
strikethrough: true,
|
||||
superscript: true,
|
||||
underline: true,
|
||||
highlight: false
|
||||
)
|
||||
@markdown.render(html)
|
||||
|
@ -197,6 +198,10 @@ class TextFormatter
|
|||
"<p>#{text}</p>"
|
||||
end
|
||||
|
||||
def underline(text)
|
||||
nil
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def process_program_code(code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue