Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improvements #15

Open
siilike opened this issue Jul 9, 2023 · 0 comments
Open

Some improvements #15

siilike opened this issue Jul 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@siilike
Copy link

siilike commented Jul 9, 2023

  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>
    
@VasiaKoum VasiaKoum added the enhancement New feature or request label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants