File tree Expand file tree Collapse file tree 3 files changed +3
-185
lines changed Expand file tree Collapse file tree 3 files changed +3
-185
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import 'package:html/src/tokenizer.dart' as html;
8
8
import 'package:jaspr/server.dart' ;
9
9
import 'package:jaspr_content/jaspr_content.dart' ;
10
10
import 'package:markdown/markdown.dart' as md;
11
+ import 'package:markdown_description_list/markdown_description_list.dart' ;
11
12
12
13
import '../extensions/registry.dart' ;
13
14
import 'alert_syntax.dart' ;
14
15
import 'attribute_syntax.dart' ;
15
- import 'definition_list_syntax.dart' ;
16
16
import 'fenced_code_block_syntax.dart' ;
17
17
import 'header_syntax.dart' ;
18
18
@@ -23,7 +23,7 @@ const List<md.BlockSyntax> _blockSyntaxes = [
23
23
HeaderWithAttributesSyntax (),
24
24
AttributeBlockSyntax (),
25
25
AlertBlockSyntax (),
26
- DefinitionListSyntax (),
26
+ DescriptionListSyntax (),
27
27
md.TableSyntax (),
28
28
md.FootnoteDefSyntax (),
29
29
md.EmptyBlockSyntax (),
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies:
19
19
# Used as our template engine.
20
20
liquify : ^1.3.0
21
21
markdown : ^7.3.0
22
+ markdown_description_list : ^0.1.0
22
23
meta : ^1.17.0
23
24
# Used for syntax highlighting.
24
25
opal : ^0.0.1
You can’t perform that action at this time.
0 commit comments