-
Notifications
You must be signed in to change notification settings - Fork 566
Add support for AsciiDoc renderer #241
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
+ Coverage 80.36% 81.37% +1.00%
==========================================
Files 30 33 +3
Lines 1594 1734 +140
==========================================
+ Hits 1281 1411 +130
- Misses 263 271 +8
- Partials 50 52 +2
|
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.
Thank you @rdelcampog, this looks great. I have some comments below.
Take a look at the indent refactor. Hope it’s good enough. |
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.
Your PR gave me some idea which I already applied to the master, can you please rebase on master
and fix conflicts, and also I have some small questions below.
…or both MD and Adoc renderers)
Take a look at my comments. Sorry for that last two commits, VSCode went mad wtf. Maybe I should squash commits :( |
No, you don't need to squash, but what you can do to cleanup this PR is:
|
387ba4c
to
603c300
Compare
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 have some very quick comments below, and please run make docs
as well one more time to make sure documents get generated and timestamped properly.
Also please delete this extra file |
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.
Thank you @rdelcampog for the awesome work ❤️
Prerequisites
Put an
x
into the box(es) that apply:For more information, see the Contributing Guide.
Description
This PR adds support for new AsciiDoc Document and Table renderer based on the current Markdown renderer.
Issues Resolved
Closes #240
Checklist
Put an
x
into all boxes that apply:Tests
make test
.Documentation
Code Style