realtimeprojects / mkdocs-ezglossary

Glossary support for mkdocs
MIT License
8 stars 1 forks source link

Unable to link to glossary inside a table cell #9

Closed nfelt14 closed 2 months ago

nfelt14 commented 2 months ago

I have a table where I want to create a link to a glossary item in the first cell with custom link text. I am unable to do this due to the pipe character being used to separate out the custom link text.

Ideally I should be able to do something like this, but I am unable to at this point.

| Row 1                        | Row 2                 |
|------------------------|-------------------|
| <item:|custom text> | second cell item |
realtimeprojects commented 2 months ago

fixed with new release v1.5.9.

However, in order to use custom text in a table, you need to quote the | (see also in documentation):

<term:section\|glossary sections>