Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Fix recursive substitutions, add an option to use the XKCD font, and add mouseovers. #48

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 20, 2016

  1. Add an option to change the font to the XKCD font.

    This also will add mouseovers with the original text.
    piquan committed May 20, 2016
    Configuration menu
    Copy the full SHA
    96d7ae0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Ignore entire subtrees if needed.

    We already ignore the immediate children of script, form,
    etc. elements, as well as spans that we've inserted ourselves.  This
    change makes us skip the entire subtree of such an element.
    
    One important effect is that if another extension changes one of our
    spans using a similar algorithm to ours (inserting a new subtree) we
    previously could end up reprocessing that node in a future
    document_end event.  Now, we prevent that.
    piquan committed May 21, 2016
    Configuration menu
    Copy the full SHA
    8912c05 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Configuration menu
    Copy the full SHA
    ce9cfb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from StephenBrown2/small-caps

    Use small-caps font-variant to fit in better with text on page
    piquan authored Mar 19, 2017
    Configuration menu
    Copy the full SHA
    e576bcc View commit details
    Browse the repository at this point in the history