lib/helpers/evernote-markdown.rb in evertils-0.1.20 vs lib/helpers/evernote-markdown.rb in evertils-0.2.0

- old
+ new

@@ -13,11 +13,11 @@ # https://github.com/indspenceable/en-cli/blob/master/lib/en/markdown_parser.rb # TODO # - ol numbering is buggy, in fact doesn't matter for markdown code -module Granify +module Evertils module Helper class EvernoteMD # set basic variables: # - @li_counter: numbering list item (li) tags in an ordered list (ol) # - @links: hold the links for adding them to the bottom of the @output @@ -205,6 +205,6 @@ test.report("reverse markdown:") { n.times do; parse_string(string); initialize(); end; } end end end end -end \ No newline at end of file +end