Skip to content

Conversation

@c0dev0id
Copy link
Contributor

Hi,

The manpage markup in mu-init is broken and renders like this when escape sequences are enabled:

<my-email-address> can be either a plain e-mail address (such as
foo@example.com), or a regular-expression (of the 'Basic POSIX'
flavor), wrapped in 0

This PR fixes the markup to what I think was meant. Also, I think the second '/' was missing in the wrapped regex email address notation.

With this fix, it reads like:

<my-email-address> can be either a plain e-mail address (such as
foo@example.com), or a regular-expression (of the 'Basic POSIX'
flavor), wrapped in / (such as /foo-.*@example\.com/).

The '/' as well as '/foo-.*@example.com/' are bold.

@djcb djcb merged commit 57f00a6 into djcb:master Sep 2, 2021
@djcb
Copy link
Owner

djcb commented Sep 2, 2021

Merged, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants