Skip to content

Asterisks in text (for matching bold type) #248

Description

@Munchotaur

I can't find a way to escape a * character in order to match lines containing bold type.

I've tried the following:

$ cat "test_file.md"| mdq \*
Syntax error in select specifier:
┃ *
┃ ↑ unexpected character "*"

and

$ cat "test_file.md"| mdq /\*/
Syntax error in select specifier:
┃ /*/
┃ ↑ unexpected character "/"

and lots of other variations! Indeed the regex /something/ delimiters don't seem to be working at all on my build (installed via cargo/git).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions