note-refactor-obsidian icon indicating copy to clipboard operation
note-refactor-obsidian copied to clipboard

Fix #43 and #67: Fix extraction of '# 'lines inside code blocks

Open kip2 opened this issue 8 months ago • 0 comments

Summary

Fixes #43 and #67.

This pull request addresses an issue where lines starting with # inside code blocks were incorrectly extracted and converted into WikiLinks. These lines should be ignored during heading extraction.

Changes

  • Updated the heading extraction logic to skip lines that start with # inside fenced code blocks.

Related Issues

  • Closes #43
  • Closes #67

kip2 avatar May 05 '25 10:05 kip2