Nitya Jain

Results 7 issues of Nitya Jain

done a lot of changes: 1. change the h1 h2 h3 h4 , color and gave a 3d look 2. added a contrasting background behind the logo.

pls accept this .

## Summary of your changes ### Description - Adds a CI workflow at [.github/workflows/link-check.yml](cci:7://file:///Users/nityajain/Desktop/hacktoberfest/Best-websites-a-programmer-should-visit-nitya/.github/workflows/link-check.yml:0:0-0:0) to validate links in [README.md](cci:7://file:///Users/nityajain/Desktop/hacktoberfest/Best-websites-a-programmer-should-visit-nitya/README.md:0:0-0:0) using `lycheeverse/lychee-action@v1`. - Excludes domains/URLs listed in [white_listed_sites.txt](cci:7://file:///Users/nityajain/Desktop/hacktoberfest/Best-websites-a-programmer-should-visit-nitya/white_listed_sites.txt:0:0-0:0) via `--exclude-file`. -...

Loose equality (==) can coerce non-boolean values, potentially causing incorrect behavior when combining URLs. Impact: When allowAbsoluteUrls is falsy but not strictly false (e.g., 0, ''), the previous check could...

related to issue #7251 Update: Use strict equality (=== false) to ensure only the boolean false disables absolute URLs.

## Add `classActiveCode` option to `transformerNotationWordHighlight` closes #1203 ### Problem The `transformerNotationWordHighlight` transformer was missing the `classActiveCode` option that was recently added to other notation transformers: - `transformerNotationDiff` - `transformerNotationFocus`...

**Related / Extension of:** #1170 **Follow-up to:** #1171 --- ## Description The original request (#1170) introduced the idea of a `classActiveCode` option for all notation transformers. PR #1171 implemented this...