DEV Community

Burdette Lamar
Burdette Lamar

Posted on

Updated Ruby Gem markdown_helper

I've put up a new version of gem markdown_helper

Now, by default, the output markdown has added comments that show:

  • The path to the template file.
  • The path to each included file.
  • The image description (original) for each resolved image file path.

You can suppress those comments using the


 option.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)