Skip to content

Commit

Permalink
Merge pull request #330 from ylluminarious/patch-1
Browse files Browse the repository at this point in the history
Updated markdown-code-at-point-p to markdown-inline-code-at-point-p
  • Loading branch information
vermiculus committed May 22, 2017
2 parents de73e99 + db75bd6 commit 8f1e334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sx-question-print.el
Expand Up @@ -572,7 +572,7 @@ font-locks code-blocks according to mode."
"Return non-nil if point is inside code.
This can be inline Markdown code or a Markdown code-block."
(save-match-data
(or (markdown-code-at-point-p)
(or (markdown-inline-code-at-point-p)
(save-excursion
(sx-question-mode--skip-and-fontify-pre 'dont-fontify)))))

Expand Down

0 comments on commit 8f1e334

Please sign in to comment.