Skip to content
/ remark Public

Remark is a HTML to Markdown converter and soon™ to be formatter.

Notifications You must be signed in to change notification settings

stry-rs/remark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

(stry) remark

Remark is a HTML to Markdown converter and soon™ to be formatter.

Examples

use stry_remark::convert;

fn main() {
    let input = "<h1>Hello</h1>";
    let output = "# Hello";

    assert_eq!(
        output,
        convert(input).expect("Unable to convert markdown"),
    );
}

About

Remark is a HTML to Markdown converter and soon™ to be formatter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages