dvz / mybb-dvzCodeTags

A MyBB 1.8.x plugin for formatting code snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVZ Code Tags

A MyBB 1.8.x plugin for parsing code tags:

`backticks`

```
fenced blocks
```
[code=language]
MyCode blocks with optional language specified
[/code]

The plugin comes with inline and PrismJS-based block code formatters.

Requirements:

  • PHP >= 7.1

About

A MyBB 1.8.x plugin for formatting code snippets.

License:ISC License


Languages

Language:PHP 93.2%Language:JavaScript 5.2%Language:CSS 1.6%