BoostIO/Boostnote

Do you want to work on this issue?
You can request for a bounty in order to promote it!
Paste process error, added '\' and space #2628
weaming posted onGitHub
Current behavior
Expected behavior
- No
\
before_
or#
- No more space after the end of line
Steps to reproduce
Copy and paste below into boostnote
import time
import pytz
import arrow
import datetime
from django.utils import timezone as djtz
from django.utils.dateparse import parse_datetime
# ISO 8601
# https://www.w3.org/TR/NOTE-datetime
# http://crsmithdev.com/arrow/#tokens
TIME_FORMAT = 'YYYY-MM-DDTHH:mm:ss.SSSZZ'
def get_current_timestamp():
"""
:return: current timestamp in ms (13 bit)
"""
return int(time.time() * 1000)
Environment
- Version : 0.11.11
- OS Version and name : OSX 10.13.3