Skip to content
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

Add support for providing custom CSS for HTML output #83

Merged
merged 2 commits into from
Dec 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix comment
  • Loading branch information
GjjvdBurg committed Dec 27, 2020
commit 8f4bceee3dd40a0a835e7b1f8daeb1dbecdd8cd2
4 changes: 2 additions & 2 deletions paper2remarkable/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"""

# NOTE: I know about the logging module, but this was easier because one of the
# dependencies was using that and it became complicated. This one is obviously
# not thread-safe and is very simple.
# dependencies was using that and it interfered with our logging. The logger
# class below is obviously not thread-safe and is very simple.

import datetime
import sys
Expand Down