comparison mrjunejune/BUILD @ 184:8c74204fd362

[MD to HTML] Updated so it can be used through readme to html
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:20:35 -0800
parents 295ac2e5ec00
children 8cf4ec5e2191
comparison
equal deleted inserted replaced
183:a8976a008a9d 184:8c74204fd362
13 13
14 move_files_into_dir( 14 move_files_into_dir(
15 name = "shared_js_non_public", 15 name = "shared_js_non_public",
16 srcs = [ 16 srcs = [
17 "//markdown_converter:markdown_to_html", 17 "//markdown_converter:markdown_to_html",
18 "//markdown_converter:markdown_to_html_wasm",
18 ], 19 ],
19 dest = "src", 20 dest = "src",
20 ) 21 )
21 22
22 move_files_into_dir( 23 move_files_into_dir(