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

Nested text is not rendered correctly in list items #233

Closed
MihailsKuzmins opened this issue Jan 6, 2024 · 0 comments · Fixed by #236
Closed

Nested text is not rendered correctly in list items #233

MihailsKuzmins opened this issue Jan 6, 2024 · 0 comments · Fixed by #236
Assignees
Labels
bug Something isn't working

Comments

@MihailsKuzmins
Copy link
Member

Ordered items (probably unordered as well) are not rendered correctly for nested text.

To prevent the warning message regarding the deprecation of the mysql_native_password plugin from being logged, you have a couple of options:

Option 1: Update User Authentication Method:

  1. Connect to your MySQL server using a MySQL client, such as the mysql command-line tool:

    mysql -u username -p
  2. Once connected, run the following command to alter the user's authentication method:

    ALTER USER 'username'@'hostname' IDENTIFIED WITH caching_sha2_password;

    Replace 'username' with the actual username and 'hostname' with the appropriate hostname or IP address. If you want to update for all users, replace 'username'@'hostname' with '*'@'%'.

  3. Repeat this process for each user on your MySQL server.

Compared to what is rendered on GitHub:
image

Probably this issue might be solved in #232, but maybe not, so keep this issue in case there is no progress on the afore cited PR.

@MihailsKuzmins MihailsKuzmins added the bug Something isn't working label Jan 6, 2024
@MihailsKuzmins MihailsKuzmins self-assigned this Jan 6, 2024
@MihailsKuzmins MihailsKuzmins linked a pull request Jan 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant