Closed thomaseizinger closed 5 years ago
I am confused, sometimes you use link: and sometimes not. What is the difference?
link:
is only necessary for non-external links like relative paths to files. ascii-doc detects https
just fine.
https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#links
The PR first converts the RFC to AsciiDoc and then uses admonitions to add the note.
Unfortunately, the conversion is too much for GitHub's git settings to detect that is actually the same file.
You can go check it locally using
git diff master -M1
which lowers the similarity setting to 10%.Fixes #93.