securemark 0.242.0 → 0.243.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /*! securemark v0.242.0 https://github.com/falsandtru/securemark | (c) 2017, falsandtru | UNLICENSED */
1
+ /*! securemark v0.243.0 https://github.com/falsandtru/securemark | (c) 2017, falsandtru | UNLICENSED */
2
2
  require = function () {
3
3
  function r(e, n, t) {
4
4
  function o(i, f) {
@@ -3013,10 +3013,10 @@ require = function () {
3013
3013
  {
3014
3014
  '../../combinator/data/parser': 45,
3015
3015
  '../block': 61,
3016
- '../header': 86,
3017
- '../processor/figure': 124,
3018
- '../processor/footnote': 125,
3019
- '../segment': 126,
3016
+ '../header': 87,
3017
+ '../processor/figure': 125,
3018
+ '../processor/footnote': 126,
3019
+ '../segment': 127,
3020
3020
  './header': 57,
3021
3021
  './normalize': 58,
3022
3022
  'spica/alias': 5,
@@ -3081,7 +3081,7 @@ require = function () {
3081
3081
  },
3082
3082
  {
3083
3083
  '../../combinator/data/parser': 45,
3084
- '../header': 86
3084
+ '../header': 87
3085
3085
  }
3086
3086
  ],
3087
3087
  58: [
@@ -3162,7 +3162,7 @@ require = function () {
3162
3162
  },
3163
3163
  {
3164
3164
  '../../combinator/data/parser': 45,
3165
- '../inline/htmlentity': 111
3165
+ '../inline/htmlentity': 112
3166
3166
  }
3167
3167
  ],
3168
3168
  59: [
@@ -3213,10 +3213,10 @@ require = function () {
3213
3213
  {
3214
3214
  '../../combinator/data/parser': 45,
3215
3215
  '../block': 61,
3216
- '../header': 86,
3217
- '../processor/figure': 124,
3218
- '../processor/footnote': 125,
3219
- '../segment': 126,
3216
+ '../header': 87,
3217
+ '../processor/figure': 125,
3218
+ '../processor/footnote': 126,
3219
+ '../segment': 127,
3220
3220
  './header': 57,
3221
3221
  './normalize': 58,
3222
3222
  'spica/global': 13,
@@ -3240,8 +3240,8 @@ require = function () {
3240
3240
  },
3241
3241
  {
3242
3242
  '../combinator': 25,
3243
- './inline/autolink': 89,
3244
- './source': 127
3243
+ './inline/autolink': 90,
3244
+ './source': 128
3245
3245
  }
3246
3246
  ],
3247
3247
  61: [
@@ -3263,6 +3263,7 @@ require = function () {
3263
3263
  const codeblock_1 = _dereq_('./block/codeblock');
3264
3264
  const mathblock_1 = _dereq_('./block/mathblock');
3265
3265
  const extension_1 = _dereq_('./block/extension');
3266
+ const sidefence_1 = _dereq_('./block/sidefence');
3266
3267
  const blockquote_1 = _dereq_('./block/blockquote');
3267
3268
  const reply_1 = _dereq_('./block/reply');
3268
3269
  const paragraph_1 = _dereq_('./block/paragraph');
@@ -3286,6 +3287,7 @@ require = function () {
3286
3287
  codeblock_1.codeblock,
3287
3288
  mathblock_1.mathblock,
3288
3289
  extension_1.extension,
3290
+ sidefence_1.sidefence,
3289
3291
  blockquote_1.blockquote,
3290
3292
  reply_1.reply,
3291
3293
  paragraph_1.paragraph
@@ -3322,9 +3324,10 @@ require = function () {
3322
3324
  './block/olist': 79,
3323
3325
  './block/paragraph': 80,
3324
3326
  './block/reply': 81,
3325
- './block/table': 84,
3326
- './block/ulist': 85,
3327
- './source': 127,
3327
+ './block/sidefence': 84,
3328
+ './block/table': 85,
3329
+ './block/ulist': 86,
3330
+ './source': 128,
3328
3331
  'spica/global': 13,
3329
3332
  'spica/random': 18,
3330
3333
  'typed-dom/dom': 23
@@ -3350,9 +3353,7 @@ require = function () {
3350
3353
  ]))));
3351
3354
  const opener = /^(?=>>+(?:$|\s))/;
3352
3355
  const indent = (0, combinator_1.block)((0, combinator_1.open)(opener, (0, combinator_1.some)(source_1.contentline, /^>(?:$|\s)/)), false);
3353
- function unindent(source) {
3354
- return source.replace(/\n$/, '').replace(/^>(?:$|\s|(?=>+(?:$|\s)))/mg, '');
3355
- }
3356
+ const unindent = source => source.replace(/(^|\n)>(?:[^\S\n]|(?=>*(?:$|\s)))|\n$/g, '$1');
3356
3357
  const source = (0, combinator_1.lazy)(() => (0, combinator_1.fmap)((0, combinator_1.some)((0, combinator_1.creator)((0, combinator_1.union)([
3357
3358
  (0, combinator_1.rewrite)(indent, (0, combinator_1.convert)(unindent, source)),
3358
3359
  (0, combinator_1.rewrite)((0, combinator_1.some)(source_1.contentline, opener), (0, combinator_1.convert)(unindent, (0, combinator_1.fmap)((0, combinator_1.some)(autolink_1.autolink), ns => [(0, dom_1.html)('pre', (0, dom_1.defrag)(ns))])))
@@ -3384,7 +3385,7 @@ require = function () {
3384
3385
  '../../combinator': 25,
3385
3386
  '../api/parse': 59,
3386
3387
  '../autolink': 60,
3387
- '../source': 127,
3388
+ '../source': 128,
3388
3389
  'typed-dom/dom': 23
3389
3390
  }
3390
3391
  ],
@@ -3489,10 +3490,10 @@ require = function () {
3489
3490
  },
3490
3491
  {
3491
3492
  '../../combinator': 25,
3492
- '../inline': 87,
3493
- '../locale': 122,
3494
- '../source': 127,
3495
- '../util': 133,
3493
+ '../inline': 88,
3494
+ '../locale': 123,
3495
+ '../source': 128,
3496
+ '../util': 134,
3496
3497
  'spica/array': 6,
3497
3498
  'typed-dom/dom': 23
3498
3499
  }
@@ -3594,7 +3595,7 @@ require = function () {
3594
3595
  {
3595
3596
  '../../../combinator': 25,
3596
3597
  '../../api/parse': 59,
3597
- '../../inline/extension/indexee': 106,
3598
+ '../../inline/extension/indexee': 107,
3598
3599
  'typed-dom/dom': 23
3599
3600
  }
3600
3601
  ],
@@ -3680,8 +3681,8 @@ require = function () {
3680
3681
  const label_1 = _dereq_('../../inline/extension/label');
3681
3682
  const codeblock_1 = _dereq_('../codeblock');
3682
3683
  const mathblock_1 = _dereq_('../mathblock');
3683
- const blockquote_1 = _dereq_('../blockquote');
3684
3684
  const table_1 = _dereq_('./table');
3685
+ const blockquote_1 = _dereq_('../blockquote');
3685
3686
  const placeholder_1 = _dereq_('./placeholder');
3686
3687
  exports.segment = (0, combinator_1.block)((0, combinator_1.validate)([
3687
3688
  '[$',
@@ -3691,21 +3692,21 @@ require = function () {
3691
3692
  (0, combinator_1.union)([
3692
3693
  codeblock_1.segment,
3693
3694
  mathblock_1.segment,
3694
- blockquote_1.segment,
3695
3695
  table_1.segment,
3696
+ blockquote_1.segment,
3696
3697
  placeholder_1.segment,
3697
3698
  (0, combinator_1.some)(source_1.contentline)
3698
3699
  ])
3699
3700
  ])));
3700
- exports.fig = (0, combinator_1.block)((0, combinator_1.rewrite)(exports.segment, (0, combinator_1.convert)(source => {
3701
+ exports.fig = (0, combinator_1.block)((0, combinator_1.rewrite)(exports.segment, (0, combinator_1.verify)((0, combinator_1.convert)(source => {
3701
3702
  const fence = (/^[^\n]*\n!?>+\s/.test(source) && source.match(/^~{3,}(?=[^\S\n]*$)/mg) || []).reduce((max, fence) => fence > max ? fence : max, '~~') + '~';
3702
3703
  return `${ fence }figure ${ source }\n\n${ fence }`;
3703
- }, (0, combinator_1.union)([figure_1.figure]))));
3704
+ }, (0, combinator_1.union)([figure_1.figure])), ([el]) => el.className !== 'invalid' || el.getAttribute('data-invalid-type') !== 'content')));
3704
3705
  },
3705
3706
  {
3706
3707
  '../../../combinator': 25,
3707
- '../../inline/extension/label': 108,
3708
- '../../source': 127,
3708
+ '../../inline/extension/label': 109,
3709
+ '../../source': 128,
3709
3710
  '../blockquote': 62,
3710
3711
  '../codeblock': 63,
3711
3712
  '../mathblock': 78,
@@ -3734,7 +3735,7 @@ require = function () {
3734
3735
  },
3735
3736
  {
3736
3737
  '../../../combinator': 25,
3737
- '../../inline/extension/label': 108,
3738
+ '../../inline/extension/label': 109,
3738
3739
  'typed-dom/dom': 23
3739
3740
  }
3740
3741
  ],
@@ -3769,8 +3770,8 @@ require = function () {
3769
3770
  (0, combinator_1.union)([
3770
3771
  codeblock_1.segment_,
3771
3772
  mathblock_1.segment_,
3772
- blockquote_1.segment,
3773
3773
  table_2.segment_,
3774
+ blockquote_1.segment,
3774
3775
  placeholder_1.segment_,
3775
3776
  (0, combinator_1.some)(source_1.contentline, closer)
3776
3777
  ]),
@@ -3798,8 +3799,9 @@ require = function () {
3798
3799
  table_2.table,
3799
3800
  blockquote_1.blockquote,
3800
3801
  placeholder_1.placeholder,
3801
- (0, combinator_1.line)(inline_1.media),
3802
- (0, combinator_1.line)(inline_1.shortmedia)
3802
+ (0, combinator_1.block)((0, combinator_1.line)(inline_1.media)),
3803
+ (0, combinator_1.block)((0, combinator_1.line)(inline_1.shortmedia)),
3804
+ (0, combinator_1.fmap)((0, combinator_1.some)(source_1.contentline), () => [(0, dom_1.html)('br')])
3803
3805
  ])),
3804
3806
  source_1.emptyline,
3805
3807
  (0, combinator_1.block)((0, locale_1.localize)((0, combinator_1.context)({ syntax: { inline: { media: false } } }, (0, combinator_1.trim)((0, util_1.visualize)((0, combinator_1.some)(inline_1.inline))))))
@@ -3826,6 +3828,9 @@ require = function () {
3826
3828
  case 'A':
3827
3829
  type = 'media';
3828
3830
  break;
3831
+ case 'BR':
3832
+ type = 'invalid';
3833
+ break;
3829
3834
  case 'text':
3830
3835
  case 'code':
3831
3836
  case 'math':
@@ -3834,7 +3839,10 @@ require = function () {
3834
3839
  break;
3835
3840
  default:
3836
3841
  }
3837
- const invalid = /^[^-]+-(?:[0-9]+\.)*0$/.test(label) && {
3842
+ const invalid = type === 'invalid' && content.tagName === 'BR' && {
3843
+ 'data-invalid-type': 'content',
3844
+ 'data-invalid-message': 'Invalid content'
3845
+ } || /^[^-]+-(?:[0-9]+\.)*0$/.test(label) && {
3838
3846
  'data-invalid-type': 'label',
3839
3847
  'data-invalid-message': 'The last part of the fixed label numbers must not be 0'
3840
3848
  } || param.trimStart() !== '' && {
@@ -3882,18 +3890,18 @@ require = function () {
3882
3890
  },
3883
3891
  {
3884
3892
  '../../../combinator': 25,
3885
- '../../inline': 87,
3886
- '../../inline/extension/label': 108,
3887
- '../../locale': 122,
3888
- '../../source': 127,
3889
- '../../util': 133,
3893
+ '../../inline': 88,
3894
+ '../../inline/extension/label': 109,
3895
+ '../../locale': 123,
3896
+ '../../source': 128,
3897
+ '../../util': 134,
3890
3898
  '../blockquote': 62,
3891
3899
  '../codeblock': 63,
3892
3900
  '../indentblock': 77,
3893
3901
  '../mathblock': 78,
3894
3902
  '../olist': 79,
3895
- '../table': 84,
3896
- '../ulist': 85,
3903
+ '../table': 85,
3904
+ '../ulist': 86,
3897
3905
  './example': 67,
3898
3906
  './placeholder': 72,
3899
3907
  './table': 73,
@@ -3919,6 +3927,7 @@ require = function () {
3919
3927
  const indentblock_1 = _dereq_('../indentblock');
3920
3928
  const codeblock_1 = _dereq_('../codeblock');
3921
3929
  const mathblock_1 = _dereq_('../mathblock');
3930
+ const sidefence_1 = _dereq_('../sidefence');
3922
3931
  const blockquote_1 = _dereq_('../blockquote');
3923
3932
  const paragraph_1 = _dereq_('../paragraph');
3924
3933
  const dom_1 = _dereq_('typed-dom/dom');
@@ -3969,6 +3978,7 @@ require = function () {
3969
3978
  indentblock_1.indentblock,
3970
3979
  codeblock_1.codeblock,
3971
3980
  mathblock_1.mathblock,
3981
+ sidefence_1.sidefence,
3972
3982
  blockquote_1.blockquote,
3973
3983
  paragraph_1.paragraph
3974
3984
  ]);
@@ -3976,8 +3986,8 @@ require = function () {
3976
3986
  {
3977
3987
  '../../../combinator': 25,
3978
3988
  '../../../combinator/data/parser': 45,
3979
- '../../segment': 126,
3980
- '../../source': 127,
3989
+ '../../segment': 127,
3990
+ '../../source': 128,
3981
3991
  '../blockquote': 62,
3982
3992
  '../codeblock': 63,
3983
3993
  '../ilist': 76,
@@ -3985,8 +3995,9 @@ require = function () {
3985
3995
  '../mathblock': 78,
3986
3996
  '../olist': 79,
3987
3997
  '../paragraph': 80,
3988
- '../table': 84,
3989
- '../ulist': 85,
3998
+ '../sidefence': 84,
3999
+ '../table': 85,
4000
+ '../ulist': 86,
3990
4001
  'spica/array': 6,
3991
4002
  'typed-dom/dom': 23
3992
4003
  }
@@ -3997,20 +4008,27 @@ require = function () {
3997
4008
  Object.defineProperty(exports, '__esModule', { value: true });
3998
4009
  exports.placeholder = exports.segment_ = exports.segment = void 0;
3999
4010
  const combinator_1 = _dereq_('../../../combinator');
4011
+ const label_1 = _dereq_('../../inline/extension/label');
4000
4012
  const dom_1 = _dereq_('typed-dom/dom');
4001
4013
  const opener = /^(~{3,})(?!~)[^\n]*(?:$|\n)/;
4002
4014
  exports.segment = (0, combinator_1.block)((0, combinator_1.validate)('~~~', (0, combinator_1.clear)((0, combinator_1.fence)(opener, 300))));
4003
4015
  exports.segment_ = (0, combinator_1.block)((0, combinator_1.validate)('~~~', (0, combinator_1.clear)((0, combinator_1.fence)(opener, 300, false))), false);
4004
- exports.placeholder = (0, combinator_1.block)((0, combinator_1.validate)('~~~', (0, combinator_1.fmap)((0, combinator_1.fence)(opener, Infinity), ([body, closer, opener, delim]) => [(0, dom_1.html)('pre', {
4016
+ exports.placeholder = (0, combinator_1.block)((0, combinator_1.validate)('~~~', (0, combinator_1.fmap)((0, combinator_1.fence)(opener, Infinity), ([body, closer, opener, delim], _, context) => [(0, dom_1.html)('pre', {
4005
4017
  class: 'invalid',
4006
4018
  translate: 'no',
4007
4019
  'data-invalid-syntax': 'extension',
4008
4020
  'data-invalid-type': !closer ? 'fence' : 'syntax',
4009
- 'data-invalid-message': !closer ? `Missing the closing delimiter "${ delim }"` : 'Invalid syntax'
4021
+ 'data-invalid-message': !closer ? `Missing the closing delimiter "${ delim }"` : 'Invalid extension name',
4022
+ ...closer && (opener.slice(delim.length).split(/\s/, 1)[0] === 'figure' || (0, label_1.segment)(opener.slice(delim.length), context)) && {
4023
+ 'data-invalid-syntax': 'figure',
4024
+ 'data-invalid-type': 'content',
4025
+ 'data-invalid-message': 'Invalid content'
4026
+ }
4010
4027
  }, `${ opener }${ body }${ closer }`)])));
4011
4028
  },
4012
4029
  {
4013
4030
  '../../../combinator': 25,
4031
+ '../../inline/extension/label': 109,
4014
4032
  'typed-dom/dom': 23
4015
4033
  }
4016
4034
  ],
@@ -4272,10 +4290,10 @@ require = function () {
4272
4290
  {
4273
4291
  '../../../combinator': 25,
4274
4292
  '../../../combinator/data/parser': 45,
4275
- '../../inline': 87,
4276
- '../../locale': 122,
4277
- '../../source': 127,
4278
- '../../util': 133,
4293
+ '../../inline': 88,
4294
+ '../../locale': 123,
4295
+ '../../source': 128,
4296
+ '../../util': 134,
4279
4297
  'spica/alias': 5,
4280
4298
  'spica/array': 6,
4281
4299
  'spica/global': 13,
@@ -4325,9 +4343,9 @@ require = function () {
4325
4343
  },
4326
4344
  {
4327
4345
  '../../combinator': 25,
4328
- '../inline': 87,
4329
- '../source': 127,
4330
- '../util': 133,
4346
+ '../inline': 88,
4347
+ '../source': 128,
4348
+ '../util': 134,
4331
4349
  'typed-dom/dom': 23
4332
4350
  }
4333
4351
  ],
@@ -4379,10 +4397,10 @@ require = function () {
4379
4397
  },
4380
4398
  {
4381
4399
  '../../combinator': 25,
4382
- '../inline': 87,
4383
- '../source': 127,
4400
+ '../inline': 88,
4401
+ '../source': 128,
4384
4402
  './olist': 79,
4385
- './ulist': 85,
4403
+ './ulist': 86,
4386
4404
  'typed-dom/dom': 23
4387
4405
  }
4388
4406
  ],
@@ -4569,10 +4587,10 @@ require = function () {
4569
4587
  },
4570
4588
  {
4571
4589
  '../../combinator': 25,
4572
- '../inline': 87,
4573
- '../source': 127,
4590
+ '../inline': 88,
4591
+ '../source': 128,
4574
4592
  './ilist': 76,
4575
- './ulist': 85,
4593
+ './ulist': 86,
4576
4594
  'spica/array': 6,
4577
4595
  'spica/global': 13,
4578
4596
  'spica/memoize': 16,
@@ -4593,9 +4611,9 @@ require = function () {
4593
4611
  },
4594
4612
  {
4595
4613
  '../../combinator': 25,
4596
- '../inline': 87,
4597
- '../locale': 122,
4598
- '../util': 133,
4614
+ '../inline': 88,
4615
+ '../locale': 123,
4616
+ '../util': 134,
4599
4617
  'typed-dom/dom': 23
4600
4618
  }
4601
4619
  ],
@@ -4626,10 +4644,10 @@ require = function () {
4626
4644
  },
4627
4645
  {
4628
4646
  '../../combinator': 25,
4629
- '../inline': 87,
4630
- '../locale': 122,
4631
- '../source': 127,
4632
- '../util': 133,
4647
+ '../inline': 88,
4648
+ '../locale': 123,
4649
+ '../source': 128,
4650
+ '../util': 134,
4633
4651
  './reply/cite': 82,
4634
4652
  './reply/quote': 83,
4635
4653
  'spica/array': 6,
@@ -4668,8 +4686,8 @@ require = function () {
4668
4686
  },
4669
4687
  {
4670
4688
  '../../../combinator': 25,
4671
- '../../inline/autolink/anchor': 91,
4672
- '../../source': 127,
4689
+ '../../inline/autolink/anchor': 92,
4690
+ '../../source': 128,
4673
4691
  'typed-dom/dom': 23
4674
4692
  }
4675
4693
  ],
@@ -4739,12 +4757,41 @@ require = function () {
4739
4757
  '../../../combinator': 25,
4740
4758
  '../../../combinator/data/parser': 45,
4741
4759
  '../../autolink': 60,
4742
- '../../inline/math': 115,
4743
- '../../source': 127,
4760
+ '../../inline/math': 116,
4761
+ '../../source': 128,
4744
4762
  'typed-dom/dom': 23
4745
4763
  }
4746
4764
  ],
4747
4765
  84: [
4766
+ function (_dereq_, module, exports) {
4767
+ 'use strict';
4768
+ Object.defineProperty(exports, '__esModule', { value: true });
4769
+ exports.sidefence = void 0;
4770
+ const combinator_1 = _dereq_('../../combinator');
4771
+ const autolink_1 = _dereq_('../autolink');
4772
+ const source_1 = _dereq_('../source');
4773
+ const dom_1 = _dereq_('typed-dom/dom');
4774
+ exports.sidefence = (0, combinator_1.lazy)(() => (0, combinator_1.block)((0, combinator_1.fmap)((0, combinator_1.focus)(/^(?=\|+(?:[^\S\n]|\n\|))(?:\|+(?:[^\S\n][^\n]*)?(?:$|\n))+$/, (0, combinator_1.union)([source])), ([el]) => [(0, dom_1.define)(el, {
4775
+ class: 'invalid',
4776
+ 'data-invalid-syntax': 'sidefence',
4777
+ 'data-invalid-type': 'syntax',
4778
+ 'data-invalid-message': 'Reserved syntax'
4779
+ })])));
4780
+ const opener = /^(?=\|\|+(?:$|\s))/;
4781
+ const unindent = source => source.replace(/(^|\n)\|(?:[^\S\n]|(?=\|*(?:$|\s)))|\n$/g, '$1');
4782
+ const source = (0, combinator_1.lazy)(() => (0, combinator_1.fmap)((0, combinator_1.some)((0, combinator_1.creator)((0, combinator_1.union)([
4783
+ (0, combinator_1.focus)(/^(?:\|\|+(?:[^\S\n][^\n]*)?(?:$|\n))+/, (0, combinator_1.convert)(unindent, source)),
4784
+ (0, combinator_1.rewrite)((0, combinator_1.some)(source_1.contentline, opener), (0, combinator_1.convert)(unindent, (0, combinator_1.fmap)((0, combinator_1.some)(autolink_1.autolink), ns => [(0, dom_1.html)('pre', (0, dom_1.defrag)(ns))])))
4785
+ ]))), ns => [(0, dom_1.html)('blockquote', ns)]));
4786
+ },
4787
+ {
4788
+ '../../combinator': 25,
4789
+ '../autolink': 60,
4790
+ '../source': 128,
4791
+ 'typed-dom/dom': 23
4792
+ }
4793
+ ],
4794
+ 85: [
4748
4795
  function (_dereq_, module, exports) {
4749
4796
  'use strict';
4750
4797
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -4810,13 +4857,13 @@ require = function () {
4810
4857
  },
4811
4858
  {
4812
4859
  '../../combinator': 25,
4813
- '../inline': 87,
4814
- '../source': 127,
4860
+ '../inline': 88,
4861
+ '../source': 128,
4815
4862
  'spica/array': 6,
4816
4863
  'typed-dom/dom': 23
4817
4864
  }
4818
4865
  ],
4819
- 85: [
4866
+ 86: [
4820
4867
  function (_dereq_, module, exports) {
4821
4868
  'use strict';
4822
4869
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -4873,15 +4920,15 @@ require = function () {
4873
4920
  },
4874
4921
  {
4875
4922
  '../../combinator': 25,
4876
- '../inline': 87,
4877
- '../source': 127,
4923
+ '../inline': 88,
4924
+ '../source': 128,
4878
4925
  './ilist': 76,
4879
4926
  './olist': 79,
4880
4927
  'spica/array': 6,
4881
4928
  'typed-dom/dom': 23
4882
4929
  }
4883
4930
  ],
4884
- 86: [
4931
+ 87: [
4885
4932
  function (_dereq_, module, exports) {
4886
4933
  'use strict';
4887
4934
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -4940,12 +4987,12 @@ require = function () {
4940
4987
  {
4941
4988
  '../combinator': 25,
4942
4989
  './api/normalize': 58,
4943
- './segment': 126,
4944
- './source': 127,
4990
+ './segment': 127,
4991
+ './source': 128,
4945
4992
  'typed-dom/dom': 23
4946
4993
  }
4947
4994
  ],
4948
- 87: [
4995
+ 88: [
4949
4996
  function (_dereq_, module, exports) {
4950
4997
  'use strict';
4951
4998
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5030,34 +5077,34 @@ require = function () {
5030
5077
  },
5031
5078
  {
5032
5079
  '../combinator': 25,
5033
- './inline/annotation': 88,
5034
- './inline/autolink': 89,
5035
- './inline/bracket': 97,
5036
- './inline/code': 98,
5037
- './inline/comment': 99,
5038
- './inline/deletion': 100,
5039
- './inline/emphasis': 101,
5040
- './inline/emstrong': 102,
5041
- './inline/escape': 103,
5042
- './inline/extension': 104,
5043
- './inline/extension/indexee': 106,
5044
- './inline/extension/indexer': 107,
5045
- './inline/html': 110,
5046
- './inline/htmlentity': 111,
5047
- './inline/insertion': 112,
5048
- './inline/link': 113,
5049
- './inline/mark': 114,
5050
- './inline/math': 115,
5051
- './inline/media': 116,
5052
- './inline/reference': 117,
5053
- './inline/ruby': 118,
5054
- './inline/shortmedia': 119,
5055
- './inline/strong': 120,
5056
- './inline/template': 121,
5057
- './source': 127
5080
+ './inline/annotation': 89,
5081
+ './inline/autolink': 90,
5082
+ './inline/bracket': 98,
5083
+ './inline/code': 99,
5084
+ './inline/comment': 100,
5085
+ './inline/deletion': 101,
5086
+ './inline/emphasis': 102,
5087
+ './inline/emstrong': 103,
5088
+ './inline/escape': 104,
5089
+ './inline/extension': 105,
5090
+ './inline/extension/indexee': 107,
5091
+ './inline/extension/indexer': 108,
5092
+ './inline/html': 111,
5093
+ './inline/htmlentity': 112,
5094
+ './inline/insertion': 113,
5095
+ './inline/link': 114,
5096
+ './inline/mark': 115,
5097
+ './inline/math': 116,
5098
+ './inline/media': 117,
5099
+ './inline/reference': 118,
5100
+ './inline/ruby': 119,
5101
+ './inline/shortmedia': 120,
5102
+ './inline/strong': 121,
5103
+ './inline/template': 122,
5104
+ './source': 128
5058
5105
  }
5059
5106
  ],
5060
- 88: [
5107
+ 89: [
5061
5108
  function (_dereq_, module, exports) {
5062
5109
  'use strict';
5063
5110
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5083,13 +5130,13 @@ require = function () {
5083
5130
  },
5084
5131
  {
5085
5132
  '../../combinator': 25,
5086
- '../inline': 87,
5087
- '../util': 133,
5133
+ '../inline': 88,
5134
+ '../util': 134,
5088
5135
  'spica/global': 13,
5089
5136
  'typed-dom/dom': 23
5090
5137
  }
5091
5138
  ],
5092
- 89: [
5139
+ 90: [
5093
5140
  function (_dereq_, module, exports) {
5094
5141
  'use strict';
5095
5142
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5123,18 +5170,18 @@ require = function () {
5123
5170
  },
5124
5171
  {
5125
5172
  '../../combinator': 25,
5126
- '../source': 127,
5127
- '../util': 133,
5128
- './autolink/account': 90,
5129
- './autolink/anchor': 91,
5130
- './autolink/channel': 92,
5131
- './autolink/email': 93,
5132
- './autolink/hashnum': 94,
5133
- './autolink/hashtag': 95,
5134
- './autolink/url': 96
5173
+ '../source': 128,
5174
+ '../util': 134,
5175
+ './autolink/account': 91,
5176
+ './autolink/anchor': 92,
5177
+ './autolink/channel': 93,
5178
+ './autolink/email': 94,
5179
+ './autolink/hashnum': 95,
5180
+ './autolink/hashtag': 96,
5181
+ './autolink/url': 97
5135
5182
  }
5136
5183
  ],
5137
- 90: [
5184
+ 91: [
5138
5185
  function (_dereq_, module, exports) {
5139
5186
  'use strict';
5140
5187
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5157,12 +5204,12 @@ require = function () {
5157
5204
  },
5158
5205
  {
5159
5206
  '../../../combinator': 25,
5160
- '../../source': 127,
5161
- '../link': 113,
5207
+ '../../source': 128,
5208
+ '../link': 114,
5162
5209
  'typed-dom/dom': 23
5163
5210
  }
5164
5211
  ],
5165
- 91: [
5212
+ 92: [
5166
5213
  function (_dereq_, module, exports) {
5167
5214
  'use strict';
5168
5215
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5181,11 +5228,11 @@ require = function () {
5181
5228
  },
5182
5229
  {
5183
5230
  '../../../combinator': 25,
5184
- '../link': 113,
5231
+ '../link': 114,
5185
5232
  'typed-dom/dom': 23
5186
5233
  }
5187
5234
  ],
5188
- 92: [
5235
+ 93: [
5189
5236
  function (_dereq_, module, exports) {
5190
5237
  'use strict';
5191
5238
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5215,13 +5262,13 @@ require = function () {
5215
5262
  },
5216
5263
  {
5217
5264
  '../../../combinator': 25,
5218
- '../../util': 133,
5219
- './account': 90,
5220
- './hashtag': 95,
5265
+ '../../util': 134,
5266
+ './account': 91,
5267
+ './hashtag': 96,
5221
5268
  'typed-dom/dom': 23
5222
5269
  }
5223
5270
  ],
5224
- 93: [
5271
+ 94: [
5225
5272
  function (_dereq_, module, exports) {
5226
5273
  'use strict';
5227
5274
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5239,11 +5286,11 @@ require = function () {
5239
5286
  },
5240
5287
  {
5241
5288
  '../../../combinator': 25,
5242
- '../../source': 127,
5289
+ '../../source': 128,
5243
5290
  'typed-dom/dom': 23
5244
5291
  }
5245
5292
  ],
5246
- 94: [
5293
+ 95: [
5247
5294
  function (_dereq_, module, exports) {
5248
5295
  'use strict';
5249
5296
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5267,13 +5314,13 @@ require = function () {
5267
5314
  },
5268
5315
  {
5269
5316
  '../../../combinator': 25,
5270
- '../../source': 127,
5271
- '../link': 113,
5272
- './hashtag': 95,
5317
+ '../../source': 128,
5318
+ '../link': 114,
5319
+ './hashtag': 96,
5273
5320
  'typed-dom/dom': 23
5274
5321
  }
5275
5322
  ],
5276
- 95: [
5323
+ 96: [
5277
5324
  function (_dereq_, module, exports) {
5278
5325
  'use strict';
5279
5326
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5302,12 +5349,12 @@ require = function () {
5302
5349
  },
5303
5350
  {
5304
5351
  '../../../combinator': 25,
5305
- '../../source': 127,
5306
- '../link': 113,
5352
+ '../../source': 128,
5353
+ '../link': 114,
5307
5354
  'typed-dom/dom': 23
5308
5355
  }
5309
5356
  ],
5310
- 96: [
5357
+ 97: [
5311
5358
  function (_dereq_, module, exports) {
5312
5359
  'use strict';
5313
5360
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5341,11 +5388,11 @@ require = function () {
5341
5388
  },
5342
5389
  {
5343
5390
  '../../../combinator': 25,
5344
- '../../source': 127,
5345
- '../link': 113
5391
+ '../../source': 128,
5392
+ '../link': 114
5346
5393
  }
5347
5394
  ],
5348
- 97: [
5395
+ 98: [
5349
5396
  function (_dereq_, module, exports) {
5350
5397
  'use strict';
5351
5398
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5390,14 +5437,14 @@ require = function () {
5390
5437
  },
5391
5438
  {
5392
5439
  '../../combinator': 25,
5393
- '../inline': 87,
5394
- '../source': 127,
5440
+ '../inline': 88,
5441
+ '../source': 128,
5395
5442
  'spica/array': 6,
5396
5443
  'spica/global': 13,
5397
5444
  'typed-dom/dom': 23
5398
5445
  }
5399
5446
  ],
5400
- 98: [
5447
+ 99: [
5401
5448
  function (_dereq_, module, exports) {
5402
5449
  'use strict';
5403
5450
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5417,7 +5464,7 @@ require = function () {
5417
5464
  'typed-dom/dom': 23
5418
5465
  }
5419
5466
  ],
5420
- 99: [
5467
+ 100: [
5421
5468
  function (_dereq_, module, exports) {
5422
5469
  'use strict';
5423
5470
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5441,14 +5488,14 @@ require = function () {
5441
5488
  },
5442
5489
  {
5443
5490
  '../../combinator': 25,
5444
- '../inline': 87,
5445
- '../source': 127,
5491
+ '../inline': 88,
5492
+ '../source': 128,
5446
5493
  'spica/array': 6,
5447
5494
  'spica/memoize': 16,
5448
5495
  'typed-dom/dom': 23
5449
5496
  }
5450
5497
  ],
5451
- 100: [
5498
+ 101: [
5452
5499
  function (_dereq_, module, exports) {
5453
5500
  'use strict';
5454
5501
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5472,14 +5519,14 @@ require = function () {
5472
5519
  },
5473
5520
  {
5474
5521
  '../../combinator': 25,
5475
- '../inline': 87,
5476
- '../source': 127,
5477
- '../util': 133,
5522
+ '../inline': 88,
5523
+ '../source': 128,
5524
+ '../util': 134,
5478
5525
  'spica/array': 6,
5479
5526
  'typed-dom/dom': 23
5480
5527
  }
5481
5528
  ],
5482
- 101: [
5529
+ 102: [
5483
5530
  function (_dereq_, module, exports) {
5484
5531
  'use strict';
5485
5532
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5505,15 +5552,15 @@ require = function () {
5505
5552
  },
5506
5553
  {
5507
5554
  '../../combinator': 25,
5508
- '../inline': 87,
5509
- '../source': 127,
5510
- '../util': 133,
5511
- './strong': 120,
5555
+ '../inline': 88,
5556
+ '../source': 128,
5557
+ '../util': 134,
5558
+ './strong': 121,
5512
5559
  'spica/array': 6,
5513
5560
  'typed-dom/dom': 23
5514
5561
  }
5515
5562
  ],
5516
- 102: [
5563
+ 103: [
5517
5564
  function (_dereq_, module, exports) {
5518
5565
  'use strict';
5519
5566
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5587,15 +5634,15 @@ require = function () {
5587
5634
  },
5588
5635
  {
5589
5636
  '../../combinator': 25,
5590
- '../inline': 87,
5591
- '../source': 127,
5592
- '../util': 133,
5593
- './strong': 120,
5637
+ '../inline': 88,
5638
+ '../source': 128,
5639
+ '../util': 134,
5640
+ './strong': 121,
5594
5641
  'spica/array': 6,
5595
5642
  'typed-dom/dom': 23
5596
5643
  }
5597
5644
  ],
5598
- 103: [
5645
+ 104: [
5599
5646
  function (_dereq_, module, exports) {
5600
5647
  'use strict';
5601
5648
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5623,11 +5670,11 @@ require = function () {
5623
5670
  },
5624
5671
  {
5625
5672
  '../../combinator': 25,
5626
- '../source': 127,
5673
+ '../source': 128,
5627
5674
  'spica/global': 13
5628
5675
  }
5629
5676
  ],
5630
- 104: [
5677
+ 105: [
5631
5678
  function (_dereq_, module, exports) {
5632
5679
  'use strict';
5633
5680
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5647,12 +5694,12 @@ require = function () {
5647
5694
  },
5648
5695
  {
5649
5696
  '../../combinator': 25,
5650
- './extension/index': 105,
5651
- './extension/label': 108,
5652
- './extension/placeholder': 109
5697
+ './extension/index': 106,
5698
+ './extension/label': 109,
5699
+ './extension/placeholder': 110
5653
5700
  }
5654
5701
  ],
5655
- 105: [
5702
+ 106: [
5656
5703
  function (_dereq_, module, exports) {
5657
5704
  'use strict';
5658
5705
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5713,16 +5760,16 @@ require = function () {
5713
5760
  },
5714
5761
  {
5715
5762
  '../../../combinator': 25,
5716
- '../../inline': 87,
5717
- '../../source': 127,
5718
- '../../util': 133,
5719
- './indexee': 106,
5763
+ '../../inline': 88,
5764
+ '../../source': 128,
5765
+ '../../util': 134,
5766
+ './indexee': 107,
5720
5767
  'spica/array': 6,
5721
5768
  'spica/global': 13,
5722
5769
  'typed-dom/dom': 23
5723
5770
  }
5724
5771
  ],
5725
- 106: [
5772
+ 107: [
5726
5773
  function (_dereq_, module, exports) {
5727
5774
  'use strict';
5728
5775
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5784,7 +5831,7 @@ require = function () {
5784
5831
  'typed-dom/dom': 23
5785
5832
  }
5786
5833
  ],
5787
- 107: [
5834
+ 108: [
5788
5835
  function (_dereq_, module, exports) {
5789
5836
  'use strict';
5790
5837
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5805,11 +5852,11 @@ require = function () {
5805
5852
  },
5806
5853
  {
5807
5854
  '../../../combinator': 25,
5808
- './index': 105,
5855
+ './index': 106,
5809
5856
  'typed-dom/dom': 23
5810
5857
  }
5811
5858
  ],
5812
- 108: [
5859
+ 109: [
5813
5860
  function (_dereq_, module, exports) {
5814
5861
  'use strict';
5815
5862
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5861,13 +5908,13 @@ require = function () {
5861
5908
  },
5862
5909
  {
5863
5910
  '../../../combinator': 25,
5864
- '../../source': 127,
5911
+ '../../source': 128,
5865
5912
  'spica/array': 6,
5866
5913
  'spica/global': 13,
5867
5914
  'typed-dom/dom': 23
5868
5915
  }
5869
5916
  ],
5870
- 109: [
5917
+ 110: [
5871
5918
  function (_dereq_, module, exports) {
5872
5919
  'use strict';
5873
5920
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -5881,12 +5928,12 @@ require = function () {
5881
5928
  exports.placeholder = (0, combinator_1.lazy)(() => (0, combinator_1.creator)((0, combinator_1.validate)([
5882
5929
  '[:',
5883
5930
  '[^'
5884
- ], ']', '\n', (0, combinator_1.surround)((0, source_1.str)(/^\[[:^]/), (0, util_1.startTight)((0, combinator_1.some)((0, combinator_1.union)([inline_1.inline]), ']')), (0, source_1.str)(']'), false, ([, bs], rest) => [
5931
+ ], ']', '\n', (0, combinator_1.surround)((0, source_1.str)(/^\[[:^]/), (0, util_1.startTight)((0, combinator_1.some)((0, combinator_1.union)([inline_1.inline]), ']')), (0, source_1.str)(']'), false, ([as, bs], rest) => [
5885
5932
  [(0, dom_1.html)('span', {
5886
5933
  class: 'invalid',
5887
5934
  'data-invalid-syntax': 'extension',
5888
5935
  'data-invalid-type': 'syntax',
5889
- 'data-invalid-message': 'Invalid symbol'
5936
+ 'data-invalid-message': `Reserved start symbol "${ as[0][1] }" cannot be used in "[]"`
5890
5937
  }, (0, dom_1.defrag)(bs))],
5891
5938
  rest
5892
5939
  ], ([as, bs], rest) => [
@@ -5896,14 +5943,14 @@ require = function () {
5896
5943
  },
5897
5944
  {
5898
5945
  '../../../combinator': 25,
5899
- '../../inline': 87,
5900
- '../../source': 127,
5901
- '../../util': 133,
5946
+ '../../inline': 88,
5947
+ '../../source': 128,
5948
+ '../../util': 134,
5902
5949
  'spica/array': 6,
5903
5950
  'typed-dom/dom': 23
5904
5951
  }
5905
5952
  ],
5906
- 110: [
5953
+ 111: [
5907
5954
  function (_dereq_, module, exports) {
5908
5955
  'use strict';
5909
5956
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6056,9 +6103,9 @@ require = function () {
6056
6103
  },
6057
6104
  {
6058
6105
  '../../combinator': 25,
6059
- '../inline': 87,
6060
- '../source': 127,
6061
- '../util': 133,
6106
+ '../inline': 88,
6107
+ '../source': 128,
6108
+ '../util': 134,
6062
6109
  'spica/alias': 5,
6063
6110
  'spica/array': 6,
6064
6111
  'spica/cache': 8,
@@ -6067,7 +6114,7 @@ require = function () {
6067
6114
  'typed-dom/dom': 23
6068
6115
  }
6069
6116
  ],
6070
- 111: [
6117
+ 112: [
6071
6118
  function (_dereq_, module, exports) {
6072
6119
  'use strict';
6073
6120
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6104,7 +6151,7 @@ require = function () {
6104
6151
  'typed-dom/dom': 23
6105
6152
  }
6106
6153
  ],
6107
- 112: [
6154
+ 113: [
6108
6155
  function (_dereq_, module, exports) {
6109
6156
  'use strict';
6110
6157
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6128,14 +6175,14 @@ require = function () {
6128
6175
  },
6129
6176
  {
6130
6177
  '../../combinator': 25,
6131
- '../inline': 87,
6132
- '../source': 127,
6133
- '../util': 133,
6178
+ '../inline': 88,
6179
+ '../source': 128,
6180
+ '../util': 134,
6134
6181
  'spica/array': 6,
6135
6182
  'typed-dom/dom': 23
6136
6183
  }
6137
6184
  ],
6138
- 113: [
6185
+ 114: [
6139
6186
  function (_dereq_, module, exports) {
6140
6187
  'use strict';
6141
6188
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6268,17 +6315,17 @@ require = function () {
6268
6315
  '../../combinator': 25,
6269
6316
  '../../combinator/data/parser': 45,
6270
6317
  '../autolink': 60,
6271
- '../inline': 87,
6272
- '../source': 127,
6273
- '../util': 133,
6274
- './html': 110,
6318
+ '../inline': 88,
6319
+ '../source': 128,
6320
+ '../util': 134,
6321
+ './html': 111,
6275
6322
  'spica/alias': 5,
6276
6323
  'spica/global': 13,
6277
6324
  'spica/url': 21,
6278
6325
  'typed-dom/dom': 23
6279
6326
  }
6280
6327
  ],
6281
- 114: [
6328
+ 115: [
6282
6329
  function (_dereq_, module, exports) {
6283
6330
  'use strict';
6284
6331
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6302,14 +6349,14 @@ require = function () {
6302
6349
  },
6303
6350
  {
6304
6351
  '../../combinator': 25,
6305
- '../inline': 87,
6306
- '../source': 127,
6307
- '../util': 133,
6352
+ '../inline': 88,
6353
+ '../source': 128,
6354
+ '../util': 134,
6308
6355
  'spica/array': 6,
6309
6356
  'typed-dom/dom': 23
6310
6357
  }
6311
6358
  ],
6312
- 115: [
6359
+ 116: [
6313
6360
  function (_dereq_, module, exports) {
6314
6361
  'use strict';
6315
6362
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6347,11 +6394,11 @@ require = function () {
6347
6394
  },
6348
6395
  {
6349
6396
  '../../combinator': 25,
6350
- '../source': 127,
6397
+ '../source': 128,
6351
6398
  'typed-dom/dom': 23
6352
6399
  }
6353
6400
  ],
6354
- 116: [
6401
+ 117: [
6355
6402
  function (_dereq_, module, exports) {
6356
6403
  'use strict';
6357
6404
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6496,10 +6543,10 @@ require = function () {
6496
6543
  },
6497
6544
  {
6498
6545
  '../../combinator': 25,
6499
- '../source': 127,
6500
- './html': 110,
6501
- './htmlentity': 111,
6502
- './link': 113,
6546
+ '../source': 128,
6547
+ './html': 111,
6548
+ './htmlentity': 112,
6549
+ './link': 114,
6503
6550
  'spica/alias': 5,
6504
6551
  'spica/array': 6,
6505
6552
  'spica/global': 13,
@@ -6507,7 +6554,7 @@ require = function () {
6507
6554
  'typed-dom/dom': 23
6508
6555
  }
6509
6556
  ],
6510
- 117: [
6557
+ 118: [
6511
6558
  function (_dereq_, module, exports) {
6512
6559
  'use strict';
6513
6560
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6557,14 +6604,14 @@ require = function () {
6557
6604
  },
6558
6605
  {
6559
6606
  '../../combinator': 25,
6560
- '../inline': 87,
6561
- '../source': 127,
6562
- '../util': 133,
6607
+ '../inline': 88,
6608
+ '../source': 128,
6609
+ '../util': 134,
6563
6610
  'spica/global': 13,
6564
6611
  'typed-dom/dom': 23
6565
6612
  }
6566
6613
  ],
6567
- 118: [
6614
+ 119: [
6568
6615
  function (_dereq_, module, exports) {
6569
6616
  'use strict';
6570
6617
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6668,15 +6715,15 @@ require = function () {
6668
6715
  {
6669
6716
  '../../combinator': 25,
6670
6717
  '../../combinator/data/parser': 45,
6671
- '../source': 127,
6672
- '../util': 133,
6673
- './htmlentity': 111,
6718
+ '../source': 128,
6719
+ '../util': 134,
6720
+ './htmlentity': 112,
6674
6721
  'spica/array': 6,
6675
6722
  'spica/global': 13,
6676
6723
  'typed-dom/dom': 23
6677
6724
  }
6678
6725
  ],
6679
- 119: [
6726
+ 120: [
6680
6727
  function (_dereq_, module, exports) {
6681
6728
  'use strict';
6682
6729
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6691,11 +6738,11 @@ require = function () {
6691
6738
  },
6692
6739
  {
6693
6740
  '../../combinator': 25,
6694
- './autolink/url': 96,
6695
- './media': 116
6741
+ './autolink/url': 97,
6742
+ './media': 117
6696
6743
  }
6697
6744
  ],
6698
- 120: [
6745
+ 121: [
6699
6746
  function (_dereq_, module, exports) {
6700
6747
  'use strict';
6701
6748
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6719,14 +6766,14 @@ require = function () {
6719
6766
  },
6720
6767
  {
6721
6768
  '../../combinator': 25,
6722
- '../inline': 87,
6723
- '../source': 127,
6724
- '../util': 133,
6769
+ '../inline': 88,
6770
+ '../source': 128,
6771
+ '../util': 134,
6725
6772
  'spica/array': 6,
6726
6773
  'typed-dom/dom': 23
6727
6774
  }
6728
6775
  ],
6729
- 121: [
6776
+ 122: [
6730
6777
  function (_dereq_, module, exports) {
6731
6778
  'use strict';
6732
6779
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6770,13 +6817,13 @@ require = function () {
6770
6817
  },
6771
6818
  {
6772
6819
  '../../combinator': 25,
6773
- '../source': 127,
6820
+ '../source': 128,
6774
6821
  'spica/array': 6,
6775
6822
  'spica/global': 13,
6776
6823
  'typed-dom/dom': 23
6777
6824
  }
6778
6825
  ],
6779
- 122: [
6826
+ 123: [
6780
6827
  function (_dereq_, module, exports) {
6781
6828
  'use strict';
6782
6829
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6842,11 +6889,11 @@ require = function () {
6842
6889
  },
6843
6890
  {
6844
6891
  '../combinator': 25,
6845
- './locale/ja': 123,
6892
+ './locale/ja': 124,
6846
6893
  'typed-dom/dom': 23
6847
6894
  }
6848
6895
  ],
6849
- 123: [
6896
+ 124: [
6850
6897
  function (_dereq_, module, exports) {
6851
6898
  'use strict';
6852
6899
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -6866,7 +6913,7 @@ require = function () {
6866
6913
  },
6867
6914
  {}
6868
6915
  ],
6869
- 124: [
6916
+ 125: [
6870
6917
  function (_dereq_, module, exports) {
6871
6918
  'use strict';
6872
6919
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7029,14 +7076,14 @@ require = function () {
7029
7076
  }
7030
7077
  },
7031
7078
  {
7032
- '../inline/extension/label': 108,
7079
+ '../inline/extension/label': 109,
7033
7080
  'spica/array': 6,
7034
7081
  'spica/global': 13,
7035
7082
  'spica/multimap': 17,
7036
7083
  'typed-dom/dom': 23
7037
7084
  }
7038
7085
  ],
7039
- 125: [
7086
+ 126: [
7040
7087
  function (_dereq_, module, exports) {
7041
7088
  'use strict';
7042
7089
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7161,14 +7208,14 @@ require = function () {
7161
7208
  }
7162
7209
  },
7163
7210
  {
7164
- '../inline/extension/indexee': 106,
7211
+ '../inline/extension/indexee': 107,
7165
7212
  'spica/global': 13,
7166
7213
  'spica/memoize': 16,
7167
7214
  'spica/multimap': 17,
7168
7215
  'typed-dom/dom': 23
7169
7216
  }
7170
7217
  ],
7171
- 126: [
7218
+ 127: [
7172
7219
  function (_dereq_, module, exports) {
7173
7220
  'use strict';
7174
7221
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7218,11 +7265,11 @@ require = function () {
7218
7265
  './block/extension': 65,
7219
7266
  './block/heading': 74,
7220
7267
  './block/mathblock': 78,
7221
- './source': 127,
7268
+ './source': 128,
7222
7269
  'spica/global': 13
7223
7270
  }
7224
7271
  ],
7225
- 127: [
7272
+ 128: [
7226
7273
  function (_dereq_, module, exports) {
7227
7274
  'use strict';
7228
7275
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7294,14 +7341,14 @@ require = function () {
7294
7341
  });
7295
7342
  },
7296
7343
  {
7297
- './source/escapable': 128,
7298
- './source/line': 129,
7299
- './source/str': 130,
7300
- './source/text': 131,
7301
- './source/unescapable': 132
7344
+ './source/escapable': 129,
7345
+ './source/line': 130,
7346
+ './source/str': 131,
7347
+ './source/text': 132,
7348
+ './source/unescapable': 133
7302
7349
  }
7303
7350
  ],
7304
- 128: [
7351
+ 129: [
7305
7352
  function (_dereq_, module, exports) {
7306
7353
  'use strict';
7307
7354
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7349,10 +7396,10 @@ require = function () {
7349
7396
  },
7350
7397
  {
7351
7398
  '../../combinator': 25,
7352
- './text': 131
7399
+ './text': 132
7353
7400
  }
7354
7401
  ],
7355
- 129: [
7402
+ 130: [
7356
7403
  function (_dereq_, module, exports) {
7357
7404
  'use strict';
7358
7405
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7377,7 +7424,7 @@ require = function () {
7377
7424
  'spica/global': 13
7378
7425
  }
7379
7426
  ],
7380
- 130: [
7427
+ 131: [
7381
7428
  function (_dereq_, module, exports) {
7382
7429
  'use strict';
7383
7430
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7434,7 +7481,7 @@ require = function () {
7434
7481
  'spica/global': 13
7435
7482
  }
7436
7483
  ],
7437
- 131: [
7484
+ 132: [
7438
7485
  function (_dereq_, module, exports) {
7439
7486
  'use strict';
7440
7487
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7546,12 +7593,12 @@ require = function () {
7546
7593
  },
7547
7594
  {
7548
7595
  '../../combinator': 25,
7549
- './str': 130,
7596
+ './str': 131,
7550
7597
  'spica/global': 13,
7551
7598
  'typed-dom/dom': 23
7552
7599
  }
7553
7600
  ],
7554
- 132: [
7601
+ 133: [
7555
7602
  function (_dereq_, module, exports) {
7556
7603
  'use strict';
7557
7604
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7586,10 +7633,10 @@ require = function () {
7586
7633
  },
7587
7634
  {
7588
7635
  '../../combinator': 25,
7589
- './text': 131
7636
+ './text': 132
7590
7637
  }
7591
7638
  ],
7592
- 133: [
7639
+ 134: [
7593
7640
  function (_dereq_, module, exports) {
7594
7641
  'use strict';
7595
7642
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7747,14 +7794,14 @@ require = function () {
7747
7794
  '../combinator': 25,
7748
7795
  '../combinator/data/parser': 45,
7749
7796
  './api/normalize': 58,
7750
- './inline/htmlentity': 111,
7751
- './source': 127,
7797
+ './inline/htmlentity': 112,
7798
+ './source': 128,
7752
7799
  'spica/array': 6,
7753
7800
  'spica/global': 13,
7754
7801
  'spica/memoize': 16
7755
7802
  }
7756
7803
  ],
7757
- 134: [
7804
+ 135: [
7758
7805
  function (_dereq_, module, exports) {
7759
7806
  'use strict';
7760
7807
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7767,9 +7814,9 @@ require = function () {
7767
7814
  }
7768
7815
  });
7769
7816
  },
7770
- { './renderer/render': 135 }
7817
+ { './renderer/render': 136 }
7771
7818
  ],
7772
- 135: [
7819
+ 136: [
7773
7820
  function (_dereq_, module, exports) {
7774
7821
  'use strict';
7775
7822
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7824,15 +7871,15 @@ require = function () {
7824
7871
  }
7825
7872
  },
7826
7873
  {
7827
- './render/code': 136,
7828
- './render/math': 137,
7829
- './render/media': 138,
7874
+ './render/code': 137,
7875
+ './render/math': 138,
7876
+ './render/media': 139,
7830
7877
  'spica/global': 13,
7831
7878
  'spica/memoize': 16,
7832
7879
  'typed-dom/query': 24
7833
7880
  }
7834
7881
  ],
7835
- 136: [
7882
+ 137: [
7836
7883
  function (_dereq_, module, exports) {
7837
7884
  (function (global) {
7838
7885
  (function () {
@@ -7890,7 +7937,7 @@ require = function () {
7890
7937
  },
7891
7938
  {}
7892
7939
  ],
7893
- 137: [
7940
+ 138: [
7894
7941
  function (_dereq_, module, exports) {
7895
7942
  'use strict';
7896
7943
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7916,7 +7963,7 @@ require = function () {
7916
7963
  'typed-dom/dom': 23
7917
7964
  }
7918
7965
  ],
7919
- 138: [
7966
+ 139: [
7920
7967
  function (_dereq_, module, exports) {
7921
7968
  'use strict';
7922
7969
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7947,17 +7994,17 @@ require = function () {
7947
7994
  exports.media = media;
7948
7995
  },
7949
7996
  {
7950
- './media/audio': 139,
7951
- './media/image': 140,
7952
- './media/pdf': 141,
7953
- './media/twitter': 142,
7954
- './media/video': 143,
7955
- './media/youtube': 144,
7997
+ './media/audio': 140,
7998
+ './media/image': 141,
7999
+ './media/pdf': 142,
8000
+ './media/twitter': 143,
8001
+ './media/video': 144,
8002
+ './media/youtube': 145,
7956
8003
  'spica/memoize': 16,
7957
8004
  'spica/url': 21
7958
8005
  }
7959
8006
  ],
7960
- 139: [
8007
+ 140: [
7961
8008
  function (_dereq_, module, exports) {
7962
8009
  'use strict';
7963
8010
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -7982,7 +8029,7 @@ require = function () {
7982
8029
  },
7983
8030
  { 'typed-dom/dom': 23 }
7984
8031
  ],
7985
- 140: [
8032
+ 141: [
7986
8033
  function (_dereq_, module, exports) {
7987
8034
  'use strict';
7988
8035
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8019,7 +8066,7 @@ require = function () {
8019
8066
  'typed-dom/dom': 23
8020
8067
  }
8021
8068
  ],
8022
- 141: [
8069
+ 142: [
8023
8070
  function (_dereq_, module, exports) {
8024
8071
  'use strict';
8025
8072
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8048,7 +8095,7 @@ require = function () {
8048
8095
  'typed-dom/dom': 23
8049
8096
  }
8050
8097
  ],
8051
- 142: [
8098
+ 143: [
8052
8099
  function (_dereq_, module, exports) {
8053
8100
  (function (global) {
8054
8101
  (function () {
@@ -8103,7 +8150,7 @@ require = function () {
8103
8150
  'typed-dom/dom': 23
8104
8151
  }
8105
8152
  ],
8106
- 143: [
8153
+ 144: [
8107
8154
  function (_dereq_, module, exports) {
8108
8155
  'use strict';
8109
8156
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8135,7 +8182,7 @@ require = function () {
8135
8182
  'typed-dom/dom': 23
8136
8183
  }
8137
8184
  ],
8138
- 144: [
8185
+ 145: [
8139
8186
  function (_dereq_, module, exports) {
8140
8187
  'use strict';
8141
8188
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8169,7 +8216,7 @@ require = function () {
8169
8216
  },
8170
8217
  { 'typed-dom/dom': 23 }
8171
8218
  ],
8172
- 145: [
8219
+ 146: [
8173
8220
  function (_dereq_, module, exports) {
8174
8221
  'use strict';
8175
8222
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8204,13 +8251,13 @@ require = function () {
8204
8251
  });
8205
8252
  },
8206
8253
  {
8207
- './util/info': 146,
8208
- './util/quote': 147,
8209
- './util/scope': 148,
8210
- './util/toc': 149
8254
+ './util/info': 147,
8255
+ './util/quote': 148,
8256
+ './util/scope': 149,
8257
+ './util/toc': 150
8211
8258
  }
8212
8259
  ],
8213
- 146: [
8260
+ 147: [
8214
8261
  function (_dereq_, module, exports) {
8215
8262
  'use strict';
8216
8263
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8241,11 +8288,11 @@ require = function () {
8241
8288
  exports.info = info;
8242
8289
  },
8243
8290
  {
8244
- './scope': 148,
8291
+ './scope': 149,
8245
8292
  'typed-dom/query': 24
8246
8293
  }
8247
8294
  ],
8248
- 147: [
8295
+ 148: [
8249
8296
  function (_dereq_, module, exports) {
8250
8297
  'use strict';
8251
8298
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8336,7 +8383,7 @@ require = function () {
8336
8383
  'typed-dom/dom': 23
8337
8384
  }
8338
8385
  ],
8339
- 148: [
8386
+ 149: [
8340
8387
  function (_dereq_, module, exports) {
8341
8388
  'use strict';
8342
8389
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8362,7 +8409,7 @@ require = function () {
8362
8409
  },
8363
8410
  { 'spica/global': 13 }
8364
8411
  ],
8365
- 149: [
8412
+ 150: [
8366
8413
  function (_dereq_, module, exports) {
8367
8414
  'use strict';
8368
8415
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8467,8 +8514,8 @@ require = function () {
8467
8514
  },
8468
8515
  {
8469
8516
  './src/parser': 52,
8470
- './src/renderer': 134,
8471
- './src/util': 145,
8517
+ './src/renderer': 135,
8518
+ './src/util': 146,
8472
8519
  'spica/global': 13
8473
8520
  }
8474
8521
  ]