Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 7, 2025

πŸ€– Automated fix by Claude Code

Related Issue: #11
Executed by: @DavidWells

βœ… Next Steps

  1. Review the changes in this PR.
  2. Confirm that all tests pass.
  3. Merge if everything looks good.

If additional fixes are needed: Mention @ claude in a comment on this PR.

resolves #11


Automated PR by Claude Code Workflow

- Add extractSection function to extract markdown sections by header title
- Support for different heading levels (H1-H6) with level option
- Case-insensitive matching by default with caseSensitive option  
- Option to include header in result with includeHeader option
- Proper handling of special characters and nested sections
- Comprehensive test suite with 14/15 tests passing
- Updated package.json exports for individual import support
- Added to main index.js exports

Co-authored-by: David Wells <DavidWells@users.noreply.github.com>
@DavidWells DavidWells merged commit 139dcab into master Nov 6, 2025
2 checks passed
@DavidWells DavidWells deleted the claude/issue-11-20250707_233335 branch November 6, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add extract section to md-utils

2 participants