This commit is contained in:
Ian Sullivan 2020-12-14 12:37:17 -05:00 committed by GitHub
parent c43e2dc0f4
commit c1fb4d3729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1513,7 +1513,7 @@ with the [`pandoc.Attr`](#pandoc.attr) constructor. For
convenience, it is usually not necessary to construct the value
directly if it is part of an element, and it is sufficient to
pass an HTML-like table. E.g., to create a span with identifier
"text" and classes "a" and "b", on can write:
"text" and classes "a" and "b", one can write:
local span = pandoc.Span('text', {id = 'text', class = 'a b'})