Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import Paragraph from '@tiptap/extension-paragraph';
export default Paragraph.extend({
addOptions() {
return {
...this.parent?.(),
HTMLAttributes: {
dir: 'auto',
},
};
});