asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

Convert README / CHANGELOG to AsciiDoc

Open ViToni opened this issue 1 year ago • 3 comments
trafficstars

This PR converts README / CHANGELOG to AsciiDoc.

Note:

  • git is 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.

ViToni avatar Mar 31 '24 19:03 ViToni