Skip to content

Commit

Permalink
Add missing TALA layout (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tosaddler authored Mar 19, 2024
1 parent 51ecfa1 commit af7c89a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _extensions/d2/d2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ local D2Theme = {
-- Enum for D2Layout
local D2Layout = {
dagre = 'dagre',
elk = 'elk'
elk = 'elk',
tala = 'tala
}

-- Enum for D2Format
Expand Down Expand Up @@ -269,4 +270,4 @@ function Pandoc(doc)
end

return doc:walk(render_graph(options))
end
end

0 comments on commit af7c89a

Please sign in to comment.