if "percent_steem_dollars" in comment:
        yaml_prefix += 'percent_steem_dollars: %s\n' %  str(comment["percent_steem_dollars"])
    elif "percent_hbd" in comment:
        yaml_prefix += 'percent_hbd: %s\n' %  str(comment["percent_hbd"])