Commit bd15a9bf authored by Himanshu Kapoor's avatar Himanshu Kapoor Committed by David O'Regan

Allow easily inserting content after a code block

parent 817d5733
......@@ -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