Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ After the summary base line, input conditions may follow,
mostly listing register values to set up to call this entry's function.
All input conditions are indented with a tab
at the very beginning of the line.
ecm's IntList expects input registers to be in one of the following formats
[ecm's IntList](https://pushbx.org/ecm/web/#projects-intlist)
expects input registers to be in one of the following formats
to pick them up for its dynamic summary
and as register states for hyperlink destinations:

Expand Down Expand Up @@ -138,7 +139,8 @@ in which `A` is alphanumeric (all-caps) and `n` are decimal digits.

#### Hyperlinks

IntList uses the following patterns to match references as hyperlinks
[IntList](https://pushbx.org/ecm/web/#projects-intlist)
uses the following patterns to match references as hyperlinks
within entries after the summary base line:

* Name matches are matched as `"<N NONDOUBLEQUOTEs>"`, name matches are allowed after all references except for tables. Note that there must not be any whitespace before the opening doublequote.
Expand Down