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

[Feature Request] Make Markdown's Bold Text Work #27

Open
nezartarbin opened this issue Mar 11, 2024 · 1 comment
Open

[Feature Request] Make Markdown's Bold Text Work #27

nezartarbin opened this issue Mar 11, 2024 · 1 comment

Comments

@nezartarbin
Copy link

nezartarbin commented Mar 11, 2024

Description

Currently, if you use the markdown syntax to make text bold, it does not work. The text looks the same.

Diagnosis

It looks like using the syntax does add the <strong> tag to text marked as bold by markdown. It looks like src/css/global.css sets the style for strong as font-weight: 500. Is there a reason this was done?

Implementation

Change the style for <strong> in src/css/global.css to something like font-weight: 900.

@nezartarbin nezartarbin changed the title [Feature Request] Make Markdown's Bold and Italics Work [Feature Request] Make Markdown's Bold Text Work Mar 11, 2024
@3d12
Copy link
Contributor

3d12 commented Mar 21, 2024

Alternatively, you can remove this part of the css and the bold text will appear like it should:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants