Hello, Is it possible, and if so, how, to make yaml.dump output something like ``` my_dictionary: <<: *some_anchor ``` ?
Hello,
Is it possible, and if so, how, to make yaml.dump output something like
?