Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe wens

A converter from diffrent types of text formats to other text formats. Mostly vibecoded.

Example code

import vibe_remold.parsers.MarkdownParser;
import vibe_remold.generator.HtmlGenerator;

class Main {
	public static function main() {
    var md = "
    # Hello

    this is a paragraph

    ## A title

    1. an item
    1. a second item
    1. a third item
    ";
    var markdowParser = new MarkdownParser();
    var parsed = markdowParser.parse(md);
    var resultHtml = HtmlGenerator.render(parsed);
	}
}

About

A genral text converter mostly vibe coded.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages