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

Fix: Inconsistent appearance of inline code, in lists, in light theme #159

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: add code blocks in list
  • Loading branch information
hugo-sid committed Dec 22, 2023
commit a24d827273e9b83ce4214f86695f8cb99b10c40b
4 changes: 2 additions & 2 deletions exampleSite/content/en/posts/markdown-syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ Use the backtick to refer to a `variable` within a sentence.
### Ordered List

1. First item
2. Second item
2. Second item with some `code` in it
3. Third item

### Unordered List

* List item
* Another item
* Another item with some `code` in it
* And another item

### Nested list
Expand Down