-
-
Notifications
You must be signed in to change notification settings - Fork 243
Working with Rules: Unexpected large font in SourceCode documentation #491
Comments
@platinumazure |
@platinumazure |
@AlokTakshak Nice find! Feel free to raise a PR, but be careful-- I think we only really need the code samples to use a smaller font size. Block quotes for actual prose should probably still be larger size. So I would recommend creating a more specific selector to override for code samples, if at all possible. Thanks for taking a look! |
@platinumazure |
After taking a look at this, my opinion is that this is an issue with the Markdown source and not the CSS. That section is written as a blockquote with the |
@btmills Yeah that will also work, do you want me to remove the |
@AlokTakshak Let's try that first and see how everything looks. If we need to do any further changes, we could do them either in the same PR or in a separate PR. Thanks! @btmills Please speak up if you feel differently. |
so we are going with initial (i.e adding css property) for now? |
@AlokTakshak Sorry for being unclear. I meant we should change the Markdown source first since it's semantically incorrect. Let's fix that first, then we can decide if some CSS change might be needed later. Thanks! |
ok, i will make changes in same PR |
@platinumazure I have removed the '>' prefix, you can check the PR |
In the SourceCode section of "Working with Rules", there's a section in which the different range/skip/count options are documented for some of the newer SourceCode methods. That section is rendered with a larger font than the surrounding content.
I opened the issue up here because I assumed this might be a CSS problem. If it's a problem with the source content (i.e., the markdown), let me know and I can move this to eslint/eslint.
The text was updated successfully, but these errors were encountered: