'use strict';

import hljs from 'highlightjs/highlight.pack.min.js';

export function _highlightBlock(el) {
    hljs.highlightBlock(el);
}