-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converted all .asciidoc to .md. #658
Conversation
✅ DCO Check Passed 3f0c4b0be51ed1aa936e029649f04940d57822ba |
✅ Gradle Wrapper Validation success 3f0c4b0be51ed1aa936e029649f04940d57822ba |
Signed-off-by: dblock <[email protected]>
3f0c4b0
to
3e015c9
Compare
@@ -1 +0,0 @@ | |||
CHANGELOG.asciidoc merge=union |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find a CHANGELOG.asciidoc, so ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huhn. That's weird. Vestigial I guess?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Gradle Wrapper Validation success 3e015c9 |
✅ DCO Check Passed 3e015c9 |
✅ Gradle Precommit success 3f0c4b0be51ed1aa936e029649f04940d57822ba |
✅ Gradle Precommit success 3e015c9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this :)
@@ -1 +0,0 @@ | |||
CHANGELOG.asciidoc merge=union |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huhn. That's weird. Vestigial I guess?
start gradle check |
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock [email protected]
Description
While some of us do love asciidoc for its many claimed awesome features over markdown, none of those features seem to work in "safe" modes, such as GitHub. In such, we are effectively committing documents that are hard to read or unreadable on GitHub. It's time to standardize to the most widely adopted and least common denominator, GitHub-flavored markdown.
For the technically inclined this is what I followed these instructions:
asciidoc -b docbook TESTING.asciidoc
.asciidoc
spews.pandoc -f docbook -t markdown_strict TESTING.xml -o TESTING.md
.Check List
--[x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.