Skip to content

Commit

Permalink
Fix a formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguang committed Nov 11, 2022
1 parent e143d63 commit d8a42a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/document.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import 'inline_parser.dart';
import 'inline_syntaxes/inline_syntax.dart';

@Deprecated('Use Markdown instead')

/// Maintains the context needed to parse a Markdown document.
class Document {
final Map<String, LinkReference> linkReferences = {};
Expand Down

0 comments on commit d8a42a8

Please sign in to comment.