Skip to content

Add feature to stop budification if an element already has dir attribute

Mostafa Ahangarha requested to merge feature/add-greedy-option into main

By default, bidification stops if we reach an element with dir attribution (regardless of its value)

By passing greedy: true option, bidification disregards any possible existing dir attributes.

closes #3 (closed)

Merge request reports