Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaynard committed Aug 28, 2017
1 parent 7ff92b6 commit b9ee4d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Revision history for skylighting

## Next version

* Wrap lines of source code in a `div` with `display` set to `inline-block`.
The `div`s make per-line processing easier. They cannot be set as
`display: block` as that introduces extra new lines when copying and pasting.
* Render line numbers in html using css pseudo elements rather than a table.
The line numbers are always produced, as `data-line-number` attributes, and
css to display them as `::before` elements are always produced. The option to
switch on line numbering only toggles a class; this means it is possible to toggle
line numbering without re-running skylighting.
* If the `linkAnchors` option is set, wrap with an `a` element rather than a `div`,
set so that clicking the line number (and only the line number) will jump to that
line.
* Code wraps by default when html is printed, with wrapped lines indented.

## 0.3.3.1 -- 2017-06-26

* Updated xml syntax definitions and clojure test.
Expand Down

0 comments on commit b9ee4d0

Please sign in to comment.