You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>constquill=newQuill('#editor',{modules: {syntax: true,// Include syntax moduletoolbar: [['code-block']]// Include button in toolbar},theme: 'snow'});
...
</script>
The text was updated successfully, but these errors were encountered:
@ADefWebserver I've created a new PR #80 to add this functionality. The default is false so shouldn't break existing versions. Have added examples of both in the samples.
When including the
code block
toolbar item</>
is there a way to turn on the syntax highlighting?modules: { syntax: true }
The text was updated successfully, but these errors were encountered: