mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): update text link hover style to gold underline (#1149)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,7 @@ describe('renderInlineMarkdown', () => {
|
||||
const result = renderInlineMarkdown('[link](https://example.com)');
|
||||
expect(result).toContain('href="https://example.com"');
|
||||
expect(result).toContain('underline');
|
||||
expect(result).toContain('intent:no-underline');
|
||||
expect(result).toContain('intent:decoration-gold');
|
||||
});
|
||||
|
||||
it('renders unordered lists', () => {
|
||||
|
||||
Reference in New Issue
Block a user