chunpu / markdown2confluence

convert markdown to confluence markup
424 stars 84 forks source link

don't convert if text next to backtick #18

Open seungdols opened 7 years ago

seungdols commented 7 years ago

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