Skip to content

Commit

Permalink
Do not save LinkReferences in structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dikmax committed Jan 24, 2017
1 parent 9e5d8d0 commit f3ec577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/parsers/document.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class DocumentParser extends AbstractParser<Document> {
final ParseResult<LinkReferenceImpl> res =
container.linkReferenceParser.parse(text, offset);
if (res.isSuccess) {
blocks.add(res.value);
final String referenceString = res.value.normalizedReference;
if (!container.references.containsKey(referenceString)) {
container.references[referenceString] = res.value;
Expand Down

0 comments on commit f3ec577

Please sign in to comment.