Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Some improvements #15

@siilike

Description

@siilike
  1. There seems to be an issue with text in square brackets e.g. lorem [ipsum] dolor causing a compilation error
  2. There seems to be an issue with nested **, e.g. **lorem ipsum [**dolor**](link)** causing a compilation error
  3. termPreviewComponentPath and glossaryComponentPath can be specified using @site that always points to the project root
  4. <Link /> should be used instead of <a>, because the latter causes the page to be reloaded:
    import Link from '@docusaurus/Link'
    <RcTooltip>
       <span className="term-link">
       	<Link to={pathName}>
       		{children}
       	</Link>
       </span>
    </RcTooltip>
    

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions