I had started a new Tutorial Website where I would post programs in C# , Javascript etc…,
I’m looking for a option where I can show the code in an responsive manner based on its language.
Hi,
if I understand you correct you are talking about code styling (e.g. highlighting with different colors). Currently, Wix doesn’t have an element where you can paste the code and automatically display it responsive on the site.
Only if you change the style of each work manually within a textbox.
If this is not what you want to achieve, please elaborate on what exactly you want to do, including any possible examples.
You can contact Wix support here to request the feature.
I’ve put in a request for markdown-it nodejs package, which should make this a whole bunch easier. In the meantime, you can either manually import it in the backend, or you can use a markdown editor to export your document as html and put it in an iframe. You may be able to set it as a text element’s html based on what markdown editor you’re using and what your content is, but the iframe will definitely work.