Creating a signature block for meeting minutes

Hi, I’m creating a template to use for meeting minutes and I’d like to add a signature block to the bottom of the template so when I export the notes there is a place for the secretary to sign.

Something like this:

Signature: ____________

Name: _________
Date: __________

When I attempt to do it in the note, when it renders it only shows 2 or 3 underscore spaces.

Signature : __

Name: __
Date: __

Any ideas on how I can make the lines longer in the output?

Thanks.

Have you tried escaping each underscore with a backslash?
eg

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

becomes
________________________

Bare underscores are used for bold and italics.

1 Like

That works perfectly, thank you.

1 Like

If you wanted it to look like a block, you could use a table.

For example:

| Signature | <img width=300/> |
|-----------|---|
| Name      |  |
| Date      |  |

 
Formats as:

Signature
Name
Date

 
Angel

Thanks Angel, that looks great.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.