the following markdown code:
### title #### subtitle + list item A + list item B + list item C this is some text here ```javascript //this is some javascript code here function test(){ console.log('test javascript code') } ``` this is some other text
rendered as
this is some text here
//this is some javascript code here function test(){ console.log('test javascript code') }
this is some other text
and it is not easy to tell the texts from the code
yeah,I mean that does it would be done with this plugin?or some code with the code of this here?
I found that there is some static resource in this plugin source code,but empty and not referenced?
Well, you should keep using the plugin, but you don't have to add the code to the plugin itself. There should be a section for inputting Global CSS:
https://confluence.atlassian.com/doc/_editing-global-css-321853510.html
You should be able to insert the code above and it shiuld work.