original argmap fixes: argmap2mup and pandoc-argmap.lua #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just broke my previous PR by renaming the branch, so here's a new PR from a new branch, same as before just with 1 extra fix for
pandoc-argmap.lua
.Right now I don't plan to update this branch further or send any more PRs, but if you do want any additional fixes included in the future, please do let me know.
Original PR:
Mainly fixing 2 issues I had with argmap2mup not working. Possible that I'm using a different lua version to you (I'm using 5.3.4) and this has caused the issues.
There should be more fixes to follow since Mindmup still doesn't seem to like the uploaded GDrive files.
FYI this is my first ever pull request, and my first time using Lua, so apologies for any mistakes on my part. Feedback welcome!
argmap2mup fix (potentially caused by different lua version):
Close Issue 1 output file starts with 'nil'
Close Issue 2 gdrive upload fails
Update license and readme.
Add conda export: environment.yml, .gitignore and this NEWS.md file.