Commit 73d9e859 authored by David O'Regan's avatar David O'Regan

Merge branch '339485-code-block' into 'master'

Allow easily inserting content after a code block

See merge request gitlab-org/gitlab!76929
parents 80efecbd bd15a9bf
......@@ -4,6 +4,8 @@ import * as lowlight from 'lowlight';
const extractLanguage = (element) => element.getAttribute('lang');
export default CodeBlockLowlight.extend({
isolating: true,
addAttributes() {
return {
language: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment