Skip to content

MineMark 1.1.0

Compare
Choose a tag to compare
@DeDiamondPro DeDiamondPro released this 01 Jun 18:03
· 17 commits to master since this release
  • ElementLoader has been renamed to ElementCreator and a function has been added to it where you can say if the element is applicable to given variables, this allows for more flexibility (for example when creating an element when the div tag has an example attribute)
  • Add support for the style attribute, allowing for usage of a subset of inline css. List of currently supported css elements:
    • color
    • text-align
    • text-decoration
    • font-size
  • Made the list element more lenient, if there is no containing ol or ul tag, it will now no longer throw an error and instead default to an unordered list
  • Multiple elements can now be applied to a single HTML tag, this follows insertion order in the builder
  • Functions have been added to insert an element at a specific point in the list of elements inside the builder