Nemanja Matic

Results 2 comments of Nemanja Matic

I've been working on a approach that focuses on simplicity. The idea is to bypass the traditional Markdown parsing and directly convert function calls to HTML, minimizing computation and complexity....

Continuation of https://github.com/gnolang/gno/issues/2753#issuecomment-2332922529 To support Markdown features like **bold**, *italic*, and ~strikethrough~, a simple approach would be to implement individual functions for each feature, passing the affected text for processing....