mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
reorder highlighting
This commit is contained in:
parent
2f8a32cb56
commit
5c5f08d709
@ -129,16 +129,16 @@ class MarkdownHighlighter(QSyntaxHighlighter):
|
|||||||
|
|
||||||
self.highlightList(text, cursor, bf, strt)
|
self.highlightList(text, cursor, bf, strt)
|
||||||
|
|
||||||
|
self.highlightEmphasis(text, cursor, bf, strt)
|
||||||
|
|
||||||
|
self.highlightBold(text, cursor, bf, strt)
|
||||||
|
|
||||||
self.highlightLink(text, cursor, bf, strt)
|
self.highlightLink(text, cursor, bf, strt)
|
||||||
|
|
||||||
self.highlightImage(text, cursor, bf, strt)
|
self.highlightImage(text, cursor, bf, strt)
|
||||||
|
|
||||||
self.highlightCodeSpan(text, cursor, bf, strt)
|
self.highlightCodeSpan(text, cursor, bf, strt)
|
||||||
|
|
||||||
self.highlightEmphasis(text, cursor, bf, strt)
|
|
||||||
|
|
||||||
self.highlightBold(text, cursor, bf, strt)
|
|
||||||
|
|
||||||
self.highlightCodeBlock(text, cursor, bf, strt)
|
self.highlightCodeBlock(text, cursor, bf, strt)
|
||||||
|
|
||||||
def highlightBlockQuote(self, text, cursor, bf, strt):
|
def highlightBlockQuote(self, text, cursor, bf, strt):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user