I am creating the specification for an ontology in Markdown and I have several tables for its classes and properties. When a class is a subclass of another class I want to have a link of the table entry of the super class in the subclass definition. Something like this:
| Class | Description | Subclasses |
|---|---|---|
| X | Some Description | Y |
| Y | Another Description | - |
I want the column "Subclasses" to have links to other table entries. How can I do it?