Comment on Show HN: Makedown – A Markdown powered Makefile alternativeparentComments−timzOP1yGreat suggestion. On it−timzOP1ynow commands are defined like this withing any header, and end on the next header.### [my-command-name]() My command short descriptionA longer command help```typescript #!/usr/bin/env deno run console.log("hi") ```if hashbang is missing, it is infered from the markdown codeblock lang speck, with fallback to bash.
Comments
Great suggestion. On it
now commands are defined like this withing any header, and end on the next header.
### [my-command-name]() My command short description
A longer command help
```typescript #!/usr/bin/env deno run console.log("hi") ```
if hashbang is missing, it is infered from the markdown codeblock lang speck, with fallback to bash.