You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rules are split into two group; block-rules and inline-rules.
19
+
Block-rules are useful when working with structures spanning multiple lines, e.g paragraphs, lists, tables etc.
20
+
Whereas inline-rules are useful can be used to implement bold, italics, linking etc. Take a look at [the predefined rules](src/rules.ts) for more inspiration.
0 commit comments