Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

40 - Add Markdown Support For Links #42

Closed Eakam1007 closed 1 year ago

Eakam1007 commented 1 year ago

Added the following markdown support for internal or external links:

[Link Text](Link Url)

This will get converted to

<a href="Link Url">Link Text</a>

Supports inline links and links on their own line. Any text before or after the link on the same line is preserved