chesterhow/tale

Hi Chester

Closed this issue · 2 comments

Hi. how do I use the back ticks for multi line codes?

I used `` lol

For multi-line code, use {% highlight %} instead of back ticks.

Example:

{% highlight js %}
const example = () => {
  return True;
}
{% endhighlight %}

Hope this helps!