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

don't convert if text next to backtick #18

Open
seungdols opened this issue Jun 13, 2017 · 0 comments
Open

don't convert if text next to backtick #18

seungdols opened this issue Jun 13, 2017 · 0 comments

Comments

@seungdols
Copy link

issue

example :

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
one is 1.
two is 2.
{{Three}}is 3.
@Controller
@Repository
{{@Service}}ddd

Expected :

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
one is 1.
two is 2.
Three is 3.
@Controller
@Repository
@Serviceddd

but result :

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
one is 1.
two is 2.
{{Three}}is 3.
@Controller
@Repository
{{@Service}}ddd

##​ My opinion

I upload image. It is use markup menu in confluence. {{ }} If the text is next to backtick, it won't convert properly.

2017-06-13 8 06 48

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

1 participant