Commands in-line with OC ?
-
-
Yea putting in ~~~ just hides it.
-
testing
-
@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.
-
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!"; ?>
-
[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 ~]#
-
Thanks to everyone who contributed in this thread. Very helpful.
-
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.
-
@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.
-
Really
'''
testing
''' -
@DustinB3403 said in Commands in-line with OC ?:
Really
'''
testing
'''You have to know what backticks are, of course, for it to work.
-
test
So the ``` and ```` on a individual paragraph works.
-
@DustinB3403 said in Commands in-line with OC ?:
test
So the ``` and ```` on a individual paragraph works.
test
using ``` before and after "test" -
@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.
-
Fully aware I'm doing this...
-
This is a paragraph
This is a single line
-
@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.
-
@DustinB3403 said in Commands in-line with OC ?:
test
So the ``` and ```` on a individual paragraph works.
If I had opened yours in a quote I would have saw that. My bad!
-
Well I get it now. Thanks everyone!
-
@BBigford said in Commands in-line with OC ?:
@DustinB3403 said in Commands in-line with OC ?:
test
using ``` before and after "test"In this case, a single ` before and after will work.