Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
@@ -20,6 +20,29 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="page-footer__section">
|
<div class="page-footer__section">
|
||||||
|
<div class="page-footer__column">
|
||||||
|
<h3>
|
||||||
|
Community
|
||||||
|
</h3>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<g-link to="https://github.com/ueberdosis/tiptap-next">
|
||||||
|
GitHub
|
||||||
|
</g-link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<g-link to="https://discord.gg/WtJ49jGshW">
|
||||||
|
Discord
|
||||||
|
</g-link>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<g-link to="https://twitter.com/tiptap_editor">
|
||||||
|
Twitter
|
||||||
|
</g-link>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="page-footer__column">
|
<div class="page-footer__column">
|
||||||
<h3>
|
<h3>
|
||||||
Legal
|
Legal
|
||||||
@@ -38,24 +61,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="page-footer__column">
|
|
||||||
<h3>
|
|
||||||
Community
|
|
||||||
</h3>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<g-link to="https://github.com/ueberdosis/tiptap-next">
|
|
||||||
GitHub
|
|
||||||
</g-link>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<g-link to="https://twitter.com/tiptap_editor">
|
|
||||||
Twitter
|
|
||||||
</g-link>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="page-footer__column">
|
<div class="page-footer__column">
|
||||||
<h3>
|
<h3>
|
||||||
Links
|
Links
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ const CustomParagraph = Paragraph.extend({
|
|||||||
// … and customize the HTML rendering.
|
// … and customize the HTML rendering.
|
||||||
renderHTML: attributes => {
|
renderHTML: attributes => {
|
||||||
return {
|
return {
|
||||||
'data-color': atttributes.color,
|
'data-color': attributes.color,
|
||||||
style: `color: ${attributes.color}`,
|
style: `color: ${attributes.color}`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user