Line for signature in markdown
Posted
by
JBarberU
on Stack Overflow
See other posts from Stack Overflow
or by JBarberU
Published on 2013-11-13T14:31:32Z
Indexed on
2013/11/13
15:54 UTC
Read the original article
Hit count: 210
I'm writing a document using markdown, which I'm exporting to a PDF using pandoc. At the end of the document I need to have space for signatures on a printed copy of the PDF.
I've tried to find how to draw a line with a fixed width, but so far I only got to escaping the underscore character, which doesn't feel quite right. It's as if I'm missing something, this couldn't possibly be that unusual to want to do.
Any help or pointers are greatly appreciated.
© Stack Overflow or respective owner