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

Styling of inline code references #1104

Open
Bouke opened this issue Sep 16, 2024 · 1 comment
Open

Styling of inline code references #1104

Bouke opened this issue Sep 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Bouke
Copy link

Bouke commented Sep 16, 2024

Describe the bug
Inline

codeblocks

are not

rendered

on the

same line

.

To Reproduce
Steps to reproduce the behavior:

  1. Trigger inline code blocks

Expected behavior
It should render inline codeblocks on the same line.

Screenshots
image

Configuration: Please provide the following
N/A

Logs
N/A

Additional context
N/A

@Bouke Bouke added the bug Something isn't working label Sep 16, 2024
@Bouke
Copy link
Author

Bouke commented Sep 23, 2024

I have added the following custom styles, which seem to work pretty ok:

p > div, li > div {
	display: inline;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 2px 4px !important;
}

image

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

No branches or pull requests

1 participant