Code Tags
I tried using [code] and [/code] but that doesn't work. I tried using the Code button but that didn't seem to work either (i.e. past code into editor, highlight, then hit the Code button). So how to add code tags?
Related Article: Code tags
is a solved Moderators' Place discussion thread by ~s.o.s~ that has 17 replies, was last updated 1 year ago and has been tagged with the keywords: code-tags, feedback.
Ancient Dragon
Achieved Level 70
32,275 posts since Aug 2005
Reputation Points: 5,852
Solved Threads: 2,590
Skill Endorsements: 70
BBCode no longer works for new posts, it's all Markdown based now. As far as making a code block, it's a matter of indentation (at least 4 spaces). Presently the code button only pastes an example into the editor if there's no text selected. To paste actual code, you would just paste it in, then select the entire block and hit tab or click the code button.
Another option is wrapping your code in ~~~, which will force a code block without the need for indentation.
I recognize that selecting the code to turn it into a code block is awkward, we're working on making the editor more convenient. ;)
I tried using the Code button but that didn't seem to work either (i.e. past code into editor, highlight, then hit the Code button).
I just tested and it appears to work properly. Can you reproduce the problem consistently with all options described above?
deceptikon
Challenge Accepted
3,499 posts since Jan 2012
Reputation Points: 822
Solved Threads: 481
Skill Endorsements: 58
Oops! It did work. I just have not gotton used to refreshing the browser after doing something. I just now went back to the thread where I was posting and the code tags worked afterall :)
Ancient Dragon
Achieved Level 70
32,275 posts since Aug 2005
Reputation Points: 5,852
Solved Threads: 2,590
Skill Endorsements: 70
Testing
int nTransistors;
char ManID[20];
char Polarity[20];
// populate the above with info now shown here
printf("%d %s %s\n", nTransistors, ManID, Polarity);
Ancient Dragon
Achieved Level 70
32,275 posts since Aug 2005
Reputation Points: 5,852
Solved Threads: 2,590
Skill Endorsements: 70
Ancient Dragon
Achieved Level 70
32,275 posts since Aug 2005
Reputation Points: 5,852
Solved Threads: 2,590
Skill Endorsements: 70
You need to put a new line before and after the code block. Unlike vBulletin's bbcode, Markdown is a more universal language used across many sites sich as Reddit, Github, etc. If you do a Google search for markdown tutorial or markdown documentation, you should be able to get a bunch of help.
Dani
The Queen of DaniWeb
21,555 posts since Feb 2002
Reputation Points: 1,555
Solved Threads: 376
Skill Endorsements: 124
Question Answered as of 1 Year Ago by
deceptikon
and
Dani Well, JMHO in that the new "standard" is fine, but you should still support the old bbcode blocks.
rubberman
Posting Maven
2,682 posts since Mar 2010
Reputation Points: 378
Solved Threads: 316
Skill Endorsements: 53
Rashakil Fol
Super Senior Demiposter
2,732 posts since Jun 2005
Reputation Points: 1,153
Solved Threads: 182
Skill Endorsements: 25
Um.
The preview doesn't support ~~~.
Rashakil Fol
Super Senior Demiposter
2,732 posts since Jun 2005
Reputation Points: 1,153
Solved Threads: 182
Skill Endorsements: 25
No, it currently doesn't.
Dani
The Queen of DaniWeb
21,555 posts since Feb 2002
Reputation Points: 1,555
Solved Threads: 376
Skill Endorsements: 124