FEATURE: Support for anchors (links) #27

Closed
opened 2025-10-28 15:34:13 -07:00 by azpect · 0 comments
Owner

The parser should be able to parse out [text](link) Markdown content and convert it into a <a href="link">text<\a> element.

This will likely be done by the ParseInline method and the call to a new ParseAnchor method.

The parser should be able to parse out `[text](link)` Markdown content and convert it into a `<a href="link">text<\a>` element. This will likely be done by the `ParseInline` method and the call to a new `ParseAnchor` method.
azpect added the
Kind/Enhancement
Priority
Medium
labels 2025-10-28 15:34:13 -07:00
azpect self-assigned this 2025-10-28 15:34:13 -07:00
azpect added this to the (SPRINT) Parser creation project 2025-10-28 15:34:13 -07:00
azpect moved this to To Do in (SPRINT) Parser creation on 2025-10-29 15:17:39 -07:00
Sign in to join this conversation.
No description provided.