mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
💄
This commit is contained in:
@@ -91,9 +91,8 @@ class MarkdownPreviewView extends ScrollView
|
||||
|
||||
renderMarkdown: ->
|
||||
@setLoading()
|
||||
roaster(@buffer.getText(), {}, (err, html) =>
|
||||
roaster @buffer.getText(), {}, (err, html) =>
|
||||
if err
|
||||
@setErrorHtml(err)
|
||||
else
|
||||
@html(@tokenizeCodeBlocks(html))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user