Proper way to support better markdown

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slapp
    New Member
    • May 2014
    • 2
    • 5.0.X

    Proper way to support better markdown

    My potential users are going to be posting in many different languages, c#, C++, java, HTML, XML, SQL etc. The /[CODE] tag doesn't really provide the syntax highlighting that I am looking for in a forum. What is the proper way to get better markdown support? I searched through the .org, this site, the web in general.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    You have two options in vBulletin.

    Code tags and php tags. The latter may do what you want.

    PHP Code:
    <?php
    echo "Hello World!";
    ?>
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • donald1234
      Senior Member
      • Oct 2011
      • 1953
      • 4.1.x

      #3
      HTML tags too

      HTML Code:
      html code here

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        Originally posted by donald1234
        HTML tags too

        HTML Code:
        html code here
        Indeed...not tried those on program code, may well do what the OP wants.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • BirdOPrey5
          Senior Member
          • Jul 2008
          • 9613
          • 5.6.3

          #5
          Originally posted by slapp
          My potential users are going to be posting in many different languages, c#, C++, java, HTML, XML, SQL etc. The /[CODE] tag doesn't really provide the syntax highlighting that I am looking for in a forum. What is the proper way to get better markdown support? I searched through the .org, this site, the web in general.
          Check out this modification - https://www.vbulletin.org/forum/showthread.php?t=285933

          Comment

          Related Topics

          Collapse

          Working...