emilk / emilk/alignify

Doesn't work with Gmail

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Didn't work with text of this style:

```
keyword msisdn transaction_id external_location
CRUISE +15555497554 722339005656207360 http://domain.com/1I6DW
SPEEDY +15552441740 722434248183382016 http://domain.com/Cj7Xo
QUICK +15553327892 722443441367949312 http://domain/itzVw
```

Expected output:

```
keyword msisdn transaction_id external_location
CRUISE +15555497554 722339005656207360 http://domain.com/1I6DW
SPEEDY +15552441740 722434248183382016 http://domain.com/Cj7Xo
QUICK +15553327892 722443441367949312 http://domain/itzVw
```

Actual output appeared to be:
```
keyword msisdn transaction_id external_location
CRUISE +15555497554 722339005656207360 http://domain.com/1I6DW
SPEEDY +15552441740 722434248183382016 http://domain.com/Cj7Xo
QUICK +15553327892 722443441367949312 http://domain/itzVw
```

However, doing it here worked as expected. Maybe it's related to HTML collapsing multiple spaces? Would be helpful if there was a way around that (even if it became a flag or something that could be passed to the script to output HTML-friendly output).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.