Skip to content

Conversation

@nibsbin
Copy link
Owner

@nibsbin nibsbin commented Jan 24, 2026

Summary

This PR fixes an issue where Quill references using a colon () separator (e.g., usaf_memo:0.1) were incorrectly parsed as invalid names.

Changes

  • Modified crates/core/src/version.rs to support both @ and : as name/version separators.
  • Added unit tests in version.rs to validate colon-separated references.
  • Added integration tests in crates/quillmark/tests/versioning_test.rs to ensure end-to-end resolution works for both syntaxes.

Impact

Resolves WASM rendering errors where external references or manual overrides used the colon syntax standard in some environments.

@nibsbin nibsbin merged commit 6b05ecb into main Jan 24, 2026
6 checks passed
@nibsbin nibsbin deleted the fix/markdown-quill-version branch January 24, 2026 16:33
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.

1 participant