Closed igor-markin closed 2 years ago
@igor-markin I think you are using standard "code" block from Gutenberg. Don't use it. Use special "Urvanov Syntax Highlighter" block. Add code blocks from the dialog as in the video: https://www.youtube.com/watch?v=2aBtVJOOqqA
@urvanov-ru Спасибо 🙂
The plugin incorrectly replaces characters in some cases. For example:
self.records = []
instead ofself.records = []
(today - record.date).days < 7
instead of(today - record.date).days < 7
I encountered this problem in my first article.