nimtomd icon indicating copy to clipboard operation
nimtomd copied to clipboard

Convert a Nim file to Markdown

Results 3 nimtomd issues
Sort by recently updated
recently updated
newest added

- [ ] Cleanup - [ ] Split main file up into smaller procs - [ ] [2] - 1-line global with comment below is not recognized - [x] [1]...

Commandline option to choose the desired output: top comments, proc, template, macro, etc. Import as library - same option

enhancement

```nim proc initCallSoonProc = if asyncfutures.getCallSoonProc().isNil: asyncfutures.setCallSoonProc(callSoon) ```

help wanted