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

Documentation does not render ending emoji Properly #4027

Closed
Sweetdevil144 opened this issue Jul 13, 2024 · 1 comment · Fixed by #4031
Closed

Documentation does not render ending emoji Properly #4027

Sweetdevil144 opened this issue Jul 13, 2024 · 1 comment · Fixed by #4031
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@Sweetdevil144
Copy link
Contributor

Sweetdevil144 commented Jul 13, 2024

Remember to label the issue with the appropriate area, and also assign it to yourself if you plan to work on the issue in the near future.

Describe the bug

Documentation errors are as follow :

The like line of the Contributing to AzureTRE docs are rendered as follow : Thanks! :heart: :heart: :heart: when I visit it from my Brave and Safari browser.

Steps to reproduce

  1. Visit the webpage at https://microsoft.github.io/AzureTRE/latest/contributing/
  2. Navigate to the bottom of page at the end of How to Contribute to our Documentation section
  3. Observe the last line

Azure TRE release version (e.g. v0.14.0 or main):

Deployed Azure TRE components - click the (i) in the UI:

@Sweetdevil144 Sweetdevil144 added the bug Something isn't working label Jul 13, 2024
@tim-allen-ck tim-allen-ck added the documentation Improvements or additions to documentation label Jul 15, 2024
@tim-allen-ck
Copy link
Collaborator

good spot.
It looks like there is a markdown extension missing from the mkdocs.yml

AzureTRE/mkdocs.yml

Lines 33 to 45 in 9d0bf31

markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- meta
- admonition
- pymdownx.highlight
- pymdownx.pathconverter
- mdx_truly_sane_lists
- pymdownx.tabbed
- pymdownx.tasklist

for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants