Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get content normally ? #69

Open
surohak opened this issue Mar 17, 2021 · 10 comments
Open

How can I get content normally ? #69

surohak opened this issue Mar 17, 2021 · 10 comments

Comments

@surohak
Copy link

surohak commented Mar 17, 2021

How can I get content normally ? I mean without for example **'s, ##'s ...

@jaywcjlove
Copy link
Member

@surohak Did not understand what it meant.

@surohak
Copy link
Author

surohak commented Mar 18, 2021

I mean getContent normally without ** , ## ..

@jaywcjlove
Copy link
Member

@surohak I don't know if it is what you want.

@jaywcjlove
Copy link
Member

@surohak
Copy link
Author

surohak commented Mar 18, 2021

@jaywcjlove I want to getContent without # in this example

@jaywcjlove
Copy link
Member

## title

content `title`

getContent ⇣⇣⇣⇣⇣⇣⇣⇣⇣⇣⇣⇣⇣⇣

title

content `title`

@surohak Does that mean it?

@surohak
Copy link
Author

surohak commented Mar 19, 2021

Screen Shot 2021-03-19 at 22 38 09

but in your example when I click to getContent I see # title

@jaywcjlove
Copy link
Member

`## title

### ddd

content \`title\``.replace(/#/g, '')

@surohak

@jaywcjlove
Copy link
Member

You can use regular expressions to process the results.

@shajil-t
Copy link

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

No branches or pull requests

3 participants