I am trying to do an SCSS code block in Markdown but cannot get the ampersand to show up.
.my-class {
&:before{
margin-right: 5px;
}
}
Here is what I have tried so far along with results:
&
shows the text.
&
shows the literal of what I just typed.
&
just shows a space.