pcora
pcora

For those using Tiny Theme, how are you doing syntax highlighting?

I am trying wrapping code between three single quotes, but it's not doing anything. What am I missing? šŸ¤”

|
Embed
Progress spinner
jarrod
jarrod

@pcora Should be three backticks like this: ```

|
Embed
Progress spinner
pcora
pcora

@jarrod this is what I am using.. not sure if Iā€™m missing something..

|
Embed
Progress spinner
jarrod
jarrod

@pcora I do those three backticks (no spaces) on their own line, then your code below it, and then another three backticks on their own line to enclose the code content.

Code here!

A smartphone screen displays a social media reply composition window with a text instruction on formatting code in a message.

|
Embed
Progress spinner
pcora
pcora

@jarrod I know. this part is fine, but the styling is now what I was expecting. See this: screenshot showing two clipboard pastes

|
Embed
Progress spinner
jarrod
jarrod

@pcora Ooh, I see. Sometimes you can append the language to the first set of ticks (```javascript) to get a particular kind of styling. But I confess Iā€™m not sure if what @mtt has cooked into Tiny Theme

|
Embed
Progress spinner
pcora
pcora

@jarrod Yes!! that was it!! thanks a bunch! I had no idea!

|
Embed
Progress spinner
jarrod
jarrod

@pcora šŸ™Œ

|
Embed
Progress spinner