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

Incorrect render of DocFx alert #897

Closed
weitzhandler opened this issue Nov 1, 2023 · 1 comment · Fixed by #898
Closed

Incorrect render of DocFx alert #897

weitzhandler opened this issue Nov 1, 2023 · 1 comment · Fixed by #898
Labels
kind/consumer-experience Categorizes issue or PR as related to improving the experience of consumers kind/documentation Categorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this project triage/untriaged Indicates an issue requires triaging or verification.

Comments

@weitzhandler
Copy link
Member

weitzhandler commented Nov 1, 2023

On which page?

https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/getting-started.html

> [!NOTE]: As of [Uno 4.7](https://platform.uno/blog/uno-platform-4-7-new-project-template-performance-improvements-and-more/), the solution template of an Uno app has changed. There is no longer a Shared project (.shproj), it has been replaced with a regular cross-platform library containing all user code files, referred to as the **App Code Library** project. This also implies that package references can be included in a single location without the previous need to include those in all project heads.

What's wrong?

image

Any feedback?

It could be happening because of the colon after [!NOTE].

@kazo0

@weitzhandler weitzhandler added kind/consumer-experience Categorizes issue or PR as related to improving the experience of consumers kind/documentation Categorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this project triage/untriaged Indicates an issue requires triaging or verification. labels Nov 1, 2023
@Xiaoy312
Copy link
Contributor

Xiaoy312 commented Nov 1, 2023

for alert tag, you need to follow it immediately with a newline:

> [!NOTE]
> Information the user should notice even if skimming.

see: https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#alerts

otherwise, if you just do it in a single line, it gets processed as a markdown quote

@kazo0 kazo0 linked a pull request Nov 1, 2023 that will close this issue
@kazo0 kazo0 closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/consumer-experience Categorizes issue or PR as related to improving the experience of consumers kind/documentation Categorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this project triage/untriaged Indicates an issue requires triaging or verification.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants