ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Commands in-line with OC ?

    IT Discussion
    11
    36
    2.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RomoR
      Romo @dafyre
      last edited by

      @dafyre said in Commands in-line with OC ?:

      @scottalanmiller said in Commands in-line with OC ?:

      It's four spaces before for inline and three backticks on the line before and after a block. Both of these do code style formatting.

      Also, three ~ (tilde) in a row.

      testing ~~~
      

      They work indeed!

      bbigfordB 1 Reply Last reply Reply Quote 0
      • bbigfordB
        bbigford @Romo
        last edited by bbigford

        @Romo said in Commands in-line with OC ?:

        @dafyre said in Commands in-line with OC ?:

        @scottalanmiller said in Commands in-line with OC ?:

        It's four spaces before for inline and three backticks on the line before and after a block. Both of these do code style formatting.

        Also, three ~ (tilde) in a row.

        testing ~~~
        

        They work indeed!

        If you use them at the beginning, in place of spaces, looks like it'll just blank out your reply...

        RomoR 1 Reply Last reply Reply Quote 0
        • alex.olynykA
          alex.olynyk
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403
            last edited by DustinB3403

            1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403
              last edited by

              Yea putting in ~~~ just hides it.

              1 Reply Last reply Reply Quote 0
              • alex.olynykA
                alex.olynyk
                last edited by

                testing
                
                1 Reply Last reply Reply Quote 0
                • RomoR
                  Romo @bbigford
                  last edited by

                  @BBigford said in Commands in-line with OC ?:

                  @Romo said in Commands in-line with OC ?:

                  @dafyre said in Commands in-line with OC ?:

                  @scottalanmiller said in Commands in-line with OC ?:

                  It's four spaces before for inline and three backticks on the line before and after a block. Both of these do code style formatting.

                  Also, three ~ (tilde) in a row.

                  testing ~~~
                  

                  They work indeed!

                  If you use them at the beginning, in place of spaces, looks like it'll just blank out your reply...

                  I believe that is because it expects the optional language identifier for syntax highlighting.

                  1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre
                    last edited by

                    Hmm... I've never had that problem with mine... but I usually only use it when I'm posting code blocks... ie:

                    <?PHP
                    echo "Hello world!";
                    ?>
                    
                    1 Reply Last reply Reply Quote 0
                    • alex.olynykA
                      alex.olynyk
                      last edited by alex.olynyk

                      [root@nextcloud ~]# ip a | grep eth0
                      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
                          inet 192.168.128.241/24 brd 192.168.128.255 scope global dynamic eth0
                      [root@nextcloud ~]#
                      [root@nextcloud ~]# ip r
                      default via 192.168.128.254 dev eth0  proto static  metric 100
                      192.168.128.0/24 dev eth0  proto kernel  scope link  src 192.168.128.241  metric 100
                      [root@nextcloud ~]#
                      
                      
                      1 Reply Last reply Reply Quote 0
                      • alex.olynykA
                        alex.olynyk
                        last edited by

                        Thanks to everyone who contributed in this thread. Very helpful.

                        1 Reply Last reply Reply Quote 0
                        • DustinB3403D
                          DustinB3403
                          last edited by

                          Another really simple way to do this would be to use Notepad++ and just indent the entire code space.

                          Copy it from notepad++ and paste it to ML.

                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @DustinB3403
                            last edited by

                            @DustinB3403 said in Commands in-line with OC ?:

                            Another really simple way to do this would be to use Notepad++ and just indent the entire code space.

                            Copy it from notepad++ and paste it to ML.

                            Now that we know it's just three back ticks before and aft, that's easier than the indent method.

                            1 Reply Last reply Reply Quote 1
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              Really

                              '''
                              testing
                              '''

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @DustinB3403
                                last edited by

                                @DustinB3403 said in Commands in-line with OC ?:

                                Really

                                '''
                                testing
                                '''

                                You have to know what backticks are, of course, for it to work.

                                1 Reply Last reply Reply Quote 1
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  test 
                                  

                                  So the ``` and ```` on a individual paragraph works.

                                  bbigfordB 3 Replies Last reply Reply Quote 0
                                  • bbigfordB
                                    bbigford @DustinB3403
                                    last edited by

                                    @DustinB3403 said in Commands in-line with OC ?:

                                    test 
                                    

                                    So the ``` and ```` on a individual paragraph works.

                                    test using ``` before and after "test"

                                    1 Reply Last reply Reply Quote 0
                                    • bbigfordB
                                      bbigford @DustinB3403
                                      last edited by

                                      @DustinB3403 said in Commands in-line with OC ?:

                                      test 
                                      

                                      So the ``` and ```` on a individual paragraph works.

                                      Hmm, ``` doesn't look the same as four spaces for me. Weird.

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • bbigfordB
                                        bbigford
                                        last edited by

                                        Fully aware I'm doing this...

                                        0_1472568220318_gif.gif

                                        1 Reply Last reply Reply Quote 1
                                        • coliverC
                                          coliver
                                          last edited by

                                          This is a paragraph
                                          

                                          This is a single line

                                          bbigfordB 1 Reply Last reply Reply Quote 1
                                          • bbigfordB
                                            bbigford @coliver
                                            last edited by

                                            @coliver said in Commands in-line with OC ?:

                                            This is a paragraph
                                            

                                            This is a single line

                                            oh, I see what you mean then... ``` has to go on it's own line. That is what I was missing. Thanks for clarifying. Opening up a quote showed how you did that.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post