- fixed relative length issue for gutters
- thanks to @Andrew15-5 for the fix!
- separated
/examplesinto/docsand/demo - updated
README.mdto further clarify function use-cases- thanks to @PennDraken for pointing this out!
- fixed linking issues in
README.md
- fixed duplicate image rendering with
oasis-align-images()- thanks to @spidersouris for catching this!
- updated
README.md
- added the following parameters
min-fracvertical- requested by @noobzik on Discord for presentations
- note that certain behaviors with figures and other kinds of content yield strange results
rulerrangeforce-fracfrac-limit
- improved the
debugoutput int-fracis now derived as mean ofrange- refactored code base for easier legibility
- improve parameter verification using
assert() - re-added
oasis-align-images()
- removed
oasis-align-images()- Thanks to @Aaron-Rumpler for pointing out a critical bug!
- added
swapto parameters- switches positions of content
- cleaned up
debugoutput to be more readable - breaking scenarios are now treated as such with
panic- Thanks again to @Aaron-Rumpler for the suggestion!
- no longer show error message if content is "incompatible" and will instead display state at
int-frac- should make using
oasis-align()way less frustrating to use
- should make using
- default max iterations reduced from 50 to 30
- Initial Release