asciidoctor-vscode
asciidoctor-vscode copied to clipboard
Convert README / CHANGELOG to AsciiDoc
trafficstars
This PR converts README / CHANGELOG to AsciiDoc.
Note:
gitis able to keep track of renames but only if there are only few changes involved while renaming.- For this reason the rename of files and the actual changes are in separate commits.
- As this PR has more than only small changes
gitwould treat the respective files as "new" when the PR gets squashed. - Therefore this PR SHOULD NOT be squashed if the history shall be kept from Markdown to AsciiDoc.
Resolves #865.