Skip to content

Conversation

@Mpdreamz
Copy link
Member

  • Add anchors to link json artifact
  • rename union creation methods
  • add license headers
  • make links on object holding anchors
  • dotnet format
  • Add tests for nested and indented inline anchors

Refactored `LinkReference` to use a dictionary for better anchor tracking and adjusted anchor validations. Added extensive test coverage, revamped test setup, and improved generator logic for markdown files.```
Introduced new tests to verify inline anchor generation within definition lists and indented code blocks. Ensures proper HTML output and validates parsing behavior to prevent future regressions.

This removes indented code support from our parsers.

The problem was that during our minimal parse phase anchors that lived in indented code (lists/definition lists) was not discovered because they were marked as part of an indented code block.

Removing support for indented code blocks since all code should be included through fenced blocks.
@Mpdreamz Mpdreamz added the fix label Jan 28, 2025
@Mpdreamz Mpdreamz closed this Jan 28, 2025
@Mpdreamz Mpdreamz deleted the fix/indented-code-parsing branch June 12, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants