Skip to content

Commit

Permalink
feat: Add html outputter
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Aug 27, 2023
1 parent 54f3b13 commit 1a85a3d
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 3 deletions.
2 changes: 1 addition & 1 deletion outputters/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function outputter.debugHbox (_, _, _) end

function outputter.linkAnchor (_, _, _) end -- Unstable API

function outputter.enterLinkTarget (_, _, _) end -- Unstable API
function outputter.enterLinkTarget (_, _, _, _, _) end -- Unstable API

function outputter.leaveLinkTarget (_, _, _, _, _, _, _) end -- Unstable API

Expand Down
Loading

0 comments on commit 1a85a3d

Please sign in to comment.