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

tools: update marked to 0.4.0 #21081

Closed
wants to merge 7 commits into from
Closed

tools: update marked to 0.4.0 #21081

wants to merge 7 commits into from

Commits on Jul 2, 2018

  1. tools: remove unnecessary line in html.js

    Remove unneeded line that will cause links to break when we update to
    marked 0.4.0.
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    18ba154 View commit details
    Browse the repository at this point in the history
  2. doc: simplify buffer.md markdown

    Simplify the inline markdown in buffer.md. Admission: This is to work
    around an issue that arises when this markdown is processed by `marked`
    v0.4.0.
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    e041220 View commit details
    Browse the repository at this point in the history
  3. doc: add links to inline HTML table

    Links in crypto.md table had previously been autolinking, but correct
    Mardkwon processing will not autolink in block elements like tables.
    Upcoming marked 0.4.0 will not autolink in this instance, so add the
    links as anchor elements.
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    25741dc View commit details
    Browse the repository at this point in the history
  4. tools: update marked to 0.4.0

    Update marked to 0.4.0 for use with the tools/doc/*.js tools.
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    676c1bb View commit details
    Browse the repository at this point in the history
  5. tools: float punctuation patch on marked-0.4.0

    Float a patch to deal with punctuation at the end of URLs in a more
    robust fashion.
    
    Refs: markedjs/marked#1293
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    52ac8c9 View commit details
    Browse the repository at this point in the history
  6. tools: float empty cell patch on marked-0.4.0

    Float a patch to deal with empty table cells.
    
    Refs: markedjs/marked#1262
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    ece7854 View commit details
    Browse the repository at this point in the history
  7. tools: float prototype patch on marked-0.4.0

    Float a patch on marked-0.4.0 that fixes a bug that breaks links that
    are named the same as properties on the Object prototype.
    
    Refs: markedjs/marked#1299
    Trott committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    10be56c View commit details
    Browse the repository at this point in the history