-
Notifications
You must be signed in to change notification settings - Fork 25
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
Rm to markdown serializer #503
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #503 +/- ##
============================================
- Coverage 71.39% 71.32% -0.08%
- Complexity 6870 7000 +130
============================================
Files 661 701 +40
Lines 22582 23031 +449
Branches 3659 3698 +39
============================================
+ Hits 16123 16426 +303
- Misses 4714 4832 +118
- Partials 1745 1773 +28
☔ View full report in Codecov by Sentry. |
Makes a human readable output from RM instances.
Status: first attempt at something. Not done is any kind of way.
Custom serializers. If custom is not found, will fallback to a reflection based mechanism.