Dominus77 / yii2-highlight-plugin

Yii2 Syntax highlighting with support for line numbering for the Web
MIT License
2 stars 0 forks source link

feature request #3

Open pkjoshi opened 5 years ago

pkjoshi commented 5 years ago

To highlight the code syntax you need to type in the long code that is

can we not make it shorter like we use here at github ``` or just one back-tick as in stack-overflow.

or for that any other way to make it short.

Dominus77 commented 5 years ago

Github uses syntax Markdown. This plugin is designed to work with html syntax <pre><code>...</code></pre> More details you can see here: https://highlightjs.readthedocs.io/en/latest/index.html