I know this sounds like a contradiction, but what I'm trying to do is make code (as it has underscores, it's ASCII art) that centers. I want to have it have the code border, too, so yeah. Here's the ASCII art in question:
__ __) /
(, ) | / /) /
| /| / _ // _ ______ _ /
|/ |/ _(/_(/_(__(_) // (__(/_ o
/ |
(It's Invita, from Figlet)
And I want to surround it with triple whatever-these-are: `
But centered. Is there a way to do this? (I do know that it will mess up a bit, as it tries to center it, but I can use whitespace to mess with that.)
EDIT: I know the ASCII art looks messed up, but it looks fine in TiddlyWiki, so that is correct.