-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parser/renderer): support role attributes, refactor attributes a…
…nd image type (#171) While improving support for role, id and title in the lists, this patch also introduces changes in the attributes which get their own type instead of `map[string]interface{}`, which allows for utility method(s). Also, pursuing on images, the `Macro` type that is common to `BlockImage` and `InlineImage` is behind removed, to avoid having to deal with 2 levels of attributes for the same element. Fixes #151 Signed-off-by: Xavier Coulon <[email protected]>
- Loading branch information
Showing
35 changed files
with
20,556 additions
and
31,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.