Skip to content

Create index of names in markdown? #24006

Discussion options

You must be logged in to vote

Thank you for that additional context.

There is no concept of columns in a markdown file. The closest workaround I can think of is creating a table. It’s not very fun to implement, but these are the limitations of the Markdown language.

eg:

| A                     | <span style="font-weight:normal">Eyre, Jane, 88</span> |
| :-------------------- | :---------------  |
| Airey, Dawn, XIII-XIV p.248 <br> Angelou, Maya, 71 <br> Armstrong, Neil, 71|**F**   |
|                               |  Fiennes, Ralph, 72 <br> Fitzgerald, F. Scott, 120-121, 197            |

That would yield something like this:

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants