Skip to content

Add @it-service-npm/remark-gfm-admonition to list of plugins#1479

Open
sergey-s-betke wants to merge 4 commits intoremarkjs:mainfrom
IT-Service-NPM:main
Open

Add @it-service-npm/remark-gfm-admonition to list of plugins#1479
sergey-s-betke wants to merge 4 commits intoremarkjs:mainfrom
IT-Service-NPM:main

Conversation

@sergey-s-betke
Copy link
Contributor

@sergey-s-betke sergey-s-betke commented Feb 24, 2026

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and discussions and couldn’t find anything or linked relevant results below
  • I made sure the docs are up to date
  • I included tests (or that’s not needed)

Description of changes

Updated plugins list.

Added a new plugins:

@it-service-npm/remark-gfm-admonition extends Remark’s functionality,
enabling it to read GitHub admonitions from Markdown
and to write them back to Markdown files.

Also published:

@it-service-npm/remark-heading-adjustment Remark plugin helps to adjust headings depth in markdown file.

When processor.data().topHeadingDepth is specified, this plugin adjusts all headings so that the depth of the top heading aligns with the given value.

This plugin can be used for dynamically change headings depth. Example: https://github.com/IT-Service-NPM/remark-include/blob/649937ef3eb87bc1b0f3bbe8e4a9a47509aba5fc/src/index.ts#L214C1-L226C1

The plugin also exports a preset called remarkAdjustTopHeadingToH1. This preset includes the remarkHeadingsAdjustment plugin with settings {topHeadingDepth: 1}.

These are meant for use in .remarkrc files and help normalize the depth of the top-level heading.

@github-actions github-actions bot added the 👋 phase/new Post is being triaged automatically label Feb 24, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions bot added 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Feb 24, 2026
@sergey-s-betke sergey-s-betke changed the title Add @it-service-npm/remark-heading-adjustment to list of plugins Add @it-service-npm/remark-gfm-admonition to list of plugins Mar 2, 2026
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b8f5045) to head (6a8dffd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1479   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          138       138           
=========================================
  Hits           138       138           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤞 phase/open Post is being triaged manually

Development

Successfully merging this pull request may close these issues.

1 participant