comparison markdown_converter/BUILD @ 64:a30944e5719e

Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 15:18:46 -0800
parents
children bdcc610eeed8
comparison
equal deleted inserted replaced
63:fff1b048dda6 64:a30944e5719e
1 filegroup(
2 name = "markdown_to_html",
3 srcs = glob([
4 "**/*.js",
5 ], allow_empty=True),
6 visibility = ["//visibility:public"],
7 )
8
9