-
Notifications
You must be signed in to change notification settings - Fork 362
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
Implement support for task statement in HTML and MD #1086
base: master
Are you sure you want to change the base?
Conversation
FWIW, we are already using Markdown for task statements. We using |
Example statement in Markdown, with PDF output: |
Let's try to merge #1067 first |
Now that #1067 is merged, maybe this can be considered 😃 |
Codecov Report
@@ Coverage Diff @@
## master #1086 +/- ##
==========================================
- Coverage 61.99% 42.09% -19.9%
==========================================
Files 228 230 +2
Lines 16460 16711 +251
==========================================
- Hits 10204 7035 -3169
- Misses 6256 9676 +3420
Continue to review full report at Codecov.
|
The AWS html template generates 'wrong' field names since now we have both the language and the file type, and the template uses only the language. We should change the template but for now I just extract the language key from the full (lang, type) key.
I tested adding (from AWS and from CLI) and removing (from AWS), and tested the rendering.
If you like this change, I think the only change needed is to write the DB updater (and "vendorize" the new JS dependencies, I didn't do it here because I didn't want to push big files).
This change is