UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

12 lines 233 B
/*! * I am a comment */ function foo(){return 42}// @preserve preserve // @license license function bar(){return 2*foo()}/* @preserve * multiline preserve */ /* @license * multiline license */ function baz(){return bar()*bar()}