ansible-doctor
                                
                                 ansible-doctor copied to clipboard
                                
                                    ansible-doctor copied to clipboard
                            
                            
                            
                        Email link for the author such as in the example doesn't work
If you put the markdown around the author name/email it doesn't render anything into the README.md
Thanks for reporting! That's because the annotation value contains a : which is also used as delimiter in the annotation itself. I don't know how to handle this case properly, but in the meantime you can use a full qualified annotation:
# @meta author:value: [John Doe](https://blog.example.com)
I having what I think is a similar issue where on a multi line annotation it doesn't properly render indentation. Would it be possible to implement an escape character that would allow you to denote that it isn't being used as a delimiter?
Can you give an example please? This issue sounds a bit different.
When create annotation like...
# @meta author: >
# Wazuh
#
# ### Based on previous work from dj-wasabi
#
#   https://github.com/dj-wasabi/ansible-ossec-server
# @end
It produces the following...
## Author
Wazuh
### Based on previous work from dj-wasabi
https://github.com/dj-wasabi/ansible-ossec-server
with the link not being indented by two spaces even though I put them there
That's an unrelated issue, and we currently don't support indentations.