소스 검색

Work around quoting hell

skullY 8 년 전
부모
커밋
435f99916c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      docs/documentation_best_practices.md

+ 4 - 4
docs/documentation_best_practices.md

@@ -23,17 +23,17 @@ Your page should generally have multiple "H1" headings. Only H1 and H2 headings
 You can have styled hint blocks drawn around text to draw attention to it.
 You can have styled hint blocks drawn around text to draw attention to it.
 
 
 {% hint style='info' %}
 {% hint style='info' %}
-This uses \{% hint style='info' %\}
+This uses `hint style='info'`
 {% endhint %}
 {% endhint %}
 
 
 {% hint style='tip' %}
 {% hint style='tip' %}
-This uses \{% hint style='tip' %\}
+This uses `hint style='tip'`
 {% endhint %}
 {% endhint %}
 
 
 {% hint style='danger' %}
 {% hint style='danger' %}
-This uses \{% hint style='danger' %\}
+This uses `hint style='danger'`
 {% endhint %}
 {% endhint %}
 
 
 {% hint style='working' %}
 {% hint style='working' %}
-This uses \{% hint style='working' %\}
+This uses `hint style='working'`
 {% endhint %}
 {% endhint %}