Skip to content

DazFather/MarkdownToHtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

MarkdownToHtml

A Go function that allow you to transform a Markdown text into HTML

Tiny utility that I needed to create myself because I coudn't find another ready to use library.

Supported tags:

Markdown HTML
** <strong>
__ <em>
* <b>
_ <i>
#... <h_>
[anything](link) <a href="link">anything<a>
[text](link) <img src="link" alt="text">
--- <hr>

<h_> tags are supported from 1 to 7 but you must to go to the next line to close the tag

About

A Function that allow you to transform a Markdown text into HTML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages