ContributionsMost RecentMost LikesSolutionsRe: Purple text appearing by default in codeblock kyleshockey adding moderator to see if you can give a simple advice as in can I add anything in my yaml/json code and then important the json/yaml file to vi editor to see a different color on editor for this text which is currently purple? Purple text appearing by default in codeblock Hello All, when i add code block using ``` in online editor, it looks ike the folowing right now - Off white box with purple text. We are going to be using the json from online editor to display this swagger documentation on our website. I do not want users to see this purple color. How can I make it appear like how it used to be few year ago with black color code block box and white text in it. All I am trying to show to our users in the description section an example of curl command for a particular api. I don't want this to show in purple text. Re: Codeblock color and text color changed itself I am using swagger online editor. Can this solution you shared works for me kyleshockey Codeblock color and text color changed itself Hello Guys, untill few days ago on my swagger editor, my codeblock box used to be grey in color and the text was white. However, I checked today and it has changed to purple text with off white/light grey background. Can I revert back to the old school txt box? That looked better with white text. Re: Can "try it out" be disabled/hidden from online editor This is great buddy. I might have some questions when I try to hose the code on my own server and then will raise it here. Appreciate it all the help. Thanks. Re: Can "try it out" be disabled/hidden from online editor Hey buddy I had a quick question. I am confused which one is free. Is swagger UI free to download and host? Currently I was usin swagger editor, but if I want to customize like the try it now which I mentioned, do I need to susbcribe to anything or is swagger UI free. Thanks Re: Can "try it out" be disabled/hidden from online editor Okay, when you say that i can do it in my own codebase, what exactly you mean? Can you be specific a bit. So basically I can use swagger editor on my own codebase? I thought there was only a yaml/json file behind it. How can I use it with my own codebase. Sorry, bit new to all this and appreciate any help. Regards Can "try it out" be disabled/hidden from online editor Was curious to know if there is a way to totally hide "Try it now" feature from the documentation? SolvedNeed help with "try it now" curl command Hello everyone, currently I would like my "try it now" feature in my documentation set up in such a way that it displays the following curl command style. Currently our users are used to the following format where they provide source file link(Attribute-file.json) to create a bookmark. Our format. curl -k -H "Content-Type: application/json" -d @Attribute-File.json -X PUT https://myservername:7738/myserver/bookmark/fridaybookmark -H "Accept: application/json" -u sehgalu2 However, when I click execute under "try it now", it gives out the following response only : curl -X PUT "https://fr-s-hpcdm-uat-p.ncifcrf.gov/v2/dataObject/f/download" -H "accept: */*" How can I edit my yaml so that it gives user an option to add that Attributes file as shown in my curl command above. Do i need to add another parameter or how to i achieve this task. Any help would be greatly appreciated. Thanks Re: Code block markdown in description help required Great, this is brilliant. I will look through that. Thanks