Filter for linking Agda identifiers in inline code spans
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
610 B

2 years ago
2 years ago
  1. This is a literate Agda file.
  2. Here's some inline code:
  3. - This is a link to the record below: `Record`{.agda}
  4. - This is not: `Record`
  5. - This is a link with alternate text: `also a link`{.agda ident=Record}
  6. <pre class="Agda"><a id="217" class="Keyword">record</a> <a id="Record"></a><a id="224" href="example.html#224" class="Record">Record</a> <a id="231" class="Symbol">:</a> <a id="233" class="PrimitiveType">Set</a> <a id="237" class="Keyword">where</a>
  7. <a id="245" class="Keyword">constructor</a> <a id="hey-look"></a><a id="257" href="example.html#257" class="InductiveConstructor">hey-look</a>
  8. </pre>