-
Notifications
You must be signed in to change notification settings - Fork 119
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
650 ascii doc #737
650 ascii doc #737
Conversation
test_runner/build.gradle.kts
Outdated
tasks.assemble { | ||
dependsOn(tasks.asciidoctor) | ||
} | ||
// end --- ASCII doc generation --- |
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.
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.
Ahh sorry. No more missing newlines, finally I checked Ensure line feed at file end on save
in IDE.
The html files look great. We probably want to figure out a way to publish them. I had two ideas. One is githack.com and the other is github pages. We could an index page and then linking that from the readme using http://raw.githack.com/ so that it's easy to view the HTML files. Another idea is to use github pages and push the html files to a |
If GitHub.com natively renders asciidoc then maybe that’s a better in repo format than HTML. |
Ok, I'll check these options |
Codecov Report
@@ Coverage Diff @@
## master #737 +/- ##
============================================
- Coverage 79.42% 78.22% -1.21%
- Complexity 666 676 +10
============================================
Files 113 125 +12
Lines 2698 2787 +89
Branches 386 402 +16
============================================
+ Hits 2143 2180 +37
- Misses 307 348 +41
- Partials 248 259 +11 |
ASCIIdoc looks nice and works out of the box. Good effect without effort. 👍 |
looks excellent! ⭐ |
Fixes #650
Checklist