Skip to content

Commit

Permalink
compact -> collapsed reference link.
Browse files Browse the repository at this point in the history
This just fixes a few stray occurrences.  Closes commonmark#730.
  • Loading branch information
jgm committed Feb 8, 2023
1 parent 796666d commit 8dbbe34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8435,7 +8435,7 @@ following closing bracket:
````````````````````````````````


Full and compact references take precedence over shortcut
Full and collapsed references take precedence over shortcut
references:

```````````````````````````````` example
Expand Down Expand Up @@ -9660,7 +9660,7 @@ through the stack for an opening `[` or `![` delimiter.
delimiter from the stack, and return a literal text node `]`.

- If we find one and it's active, then we parse ahead to see if
we have an inline link/image, reference link/image, compact reference
we have an inline link/image, reference link/image, collapsed reference
link/image, or shortcut reference link/image.

+ If we don't, then we remove the opening delimiter from the
Expand Down

0 comments on commit 8dbbe34

Please sign in to comment.