-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Maharshi Basu <[email protected]>
- Loading branch information
1 parent
f2cab6e
commit 0dedcc5
Showing
7 changed files
with
34 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# TXTPlus | ||
|
||
An effort to make `.txt` files a bit more beautiful without a lot of work. | ||
An effort to make `.txt` files a bit more beautiful without a lot of work. | ||
|
||
<div style="display: flex; justify-content: center;"> | ||
<img src="media/source.png" alt="source" style="width: 500px; height: 400px; margin-right: 0px;"> | ||
<img src="media/render.png" alt="render" style="width: 500px; height: 400px; margin-left: 0px;"> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
Hello this is a test | ||
This is a test | ||
|
||
+-------+ +-------+ +------+ | ||
| Hello | | World | | Good | | ||
+-------+ +-------+ +------+ | ||
+-------+ +-------+ | ||
| Hello | | World | | ||
+-------+ +-------+ | ||
|
||
The lines | ||
Still keep | ||
Long sentences will be broken down | ||
|
||
Continuing | ||
|
||
Oh No!! Another DIRECTIVE | ||
|
||
+-----+ +-----+ +----------------------+ | ||
| hey | | man | | An idiot admires | | ||
+-----+ +-----+ | complexity, a genius | | ||
| admires simplicity | | ||
+----------------------+ | ||
+----------------------+ | ||
| And idiot admires | | ||
| complexity, a genius | | ||
| admires simplicity | | ||
+----------------------+ | ||
+-------------+ | ||
| Another one | | ||
| Terry Davis | | ||
+-------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
Hello this is a test | ||
This is a test | ||
|
||
@@start::box | ||
|
||
[Hello] [World] [Good] bro | ||
[Hello] [World] | ||
|
||
@@end::box | ||
|
||
The lines | ||
Still keep | ||
|
||
Continuing | ||
|
||
Oh No!! Another DIRECTIVE | ||
Long sentences will be broken down | ||
|
||
@@start::box | ||
|
||
[hey] [man] [An idiot admires complexity, a genius admires simplicity] | ||
[Another one] | ||
[And idiot admires complexity, a genius admires simplicity] | ||
|
||
[Terry Davis] | ||
|
||
@@end::box |