fix: formate dart code

pull/1523/head
Ellet 1 year ago
parent 1e428f6f7a
commit 738d84c484
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      packages/quill_html_converter/lib/src/packages/delta_markdown/block_parser.dart

@ -1060,8 +1060,7 @@ class ParagraphSyntax extends BlockSyntax {
// Reference id in brackets, and URL.
r'''\[((?:\\\]|[^\]])+)\]:\s*(?:<(\S+)>|(\S+))\s*'''
// Title in double or single quotes, or parens.
r'''("[^"]+"|'[^']+'|\([^)]+\)|)\s*$''',
multiLine: true);
r'''("[^"]+"|'[^']+'|\([^)]+\)|)\s*$''', multiLine: true);
final match = pattern.firstMatch(contents);
if (match == null) {
// Not a reference link definition.

Loading…
Cancel
Save