Skip to content

Commit

Permalink
as_html* uses as_ast now...
Browse files Browse the repository at this point in the history
    DONE:
    - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
         hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
         paragraph, reflink, setext, tables, utf8)
    - Fixed doctests
    - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    - Fixed regressions on `acceptance/html` tests
    - Checked smarty pants output is tested in `acceptance/html` tests
    - Fixed tests
    - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    - Doc updated
    - Add tests from real test data

    TODO:
    - Check for INLINE CODE possibilities
  • Loading branch information
RobertDober committed Mar 17, 2020
1 parent 301554d commit 57f7336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/performance/longer_input_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ defmodule Performance.LongerInputTest do
IO.puts convert_file("medium.md", :html)
end
end


end

0 comments on commit 57f7336

Please sign in to comment.