oreillymedia / HTMLBook

Let's write books in HTML!
http://oreillymedia.github.io/HTMLBook
MIT License
650 stars 100 forks source link

Updating xref-to behavior for div refentry. #202

Closed christopappas closed 8 years ago

christopappas commented 8 years ago

Now checks if the divs class contains "refentry" instead of being equal to it. This prevents refentry divs with other classes from not being matched. Also, adding an extra xspec test for this new behavior.

sandersk commented 8 years ago

:+1: Looks great! Nice improvement, thanks Chris! Please go ahead and merge.