Tags: rubyworks/dnote
Tags
This release adds code conext output. Select the number of context lines to display with the `-c` option. Currently only the HTML, YAML and JSON formats support context. This release also fixes the false note match that can arise when a class or module name with double-colons starts a comment line. We have changed the regex to ALWAYS REQUIRE a space after the label colon. Please make a note of it!
This release adds auto-determination of marker based on file extension. This means DNote can now scan multiple file types in a single pass. The supported types are fairly small at this point, but cover the command cases and will expand in the future. The fallback marker is '#'. You can still force a particular marker using the --marker option.