jesterKing / literate

Literate Programming extension for VS Code
https://jesterking.github.io/literate
MIT License
8 stars 4 forks source link

Add output file names to HTML + misc #28

Closed RossBoylan closed 10 months ago

RossBoylan commented 11 months ago

Each commit deals with a distinct issue. In order:

  1. Fix a missing ; that triggered some errors/warnings.
  2. Add filename to the codefence rendered in HTML--if one was specified
  3. A bit more instruction on developing code. As noted in that commit, I would have loved to explain how the instructions relate to what happens automatically with F5, but I'm not sure what that is...
jesterKing commented 11 months ago

Also, @RossBoylan, please add your name to the CONTRIBUTORS.md file in this PR :)

RossBoylan commented 10 months ago

Will try again with new branch.