mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 04:19:02 +08:00
Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
commit
da2d82d289
@ -20,6 +20,29 @@
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<h3>
|
||||
Legal
|
||||
@ -38,24 +61,6 @@
|
||||
</ul>
|
||||
</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">
|
||||
<h3>
|
||||
Links
|
||||
|
@ -143,7 +143,7 @@ const CustomParagraph = Paragraph.extend({
|
||||
// … and customize the HTML rendering.
|
||||
renderHTML: attributes => {
|
||||
return {
|
||||
'data-color': atttributes.color,
|
||||
'data-color': attributes.color,
|
||||
style: `color: ${attributes.color}`,
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user