Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Markdown.AST #1196

Closed

Commits on Jul 17, 2020

  1. Introduce Markdown.AST

    - Introduce ExDoc.Markdown.AST and t:Markdown.AST.html/0.
    - Replaces ExDoc.Formatter.HTML.ast_to_html/1 with ExDoc.Markdown.AST.to_html/2 which is a port of Earmark.Transform
    - It uses a more recent git version of Earkmark since due to a bug in the library.
    - It adds Floki to deal with HTML code in Markdown docs.
    
    Closes elixir-lang#1168, elixir-lang#1189
    Supersedes elixir-lang#1190
    eksperimental committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    c4e8f68 View commit details
    Browse the repository at this point in the history
  2. Remove Floki

    eksperimental committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2c7bbef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67bb34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46fd405 View commit details
    Browse the repository at this point in the history