瀏覽代碼

Docs: Addes missing code block markup for the stylesheet in the Content Style guide. See #7766.

Kamil Piechaczek 5 年之前
父節點
當前提交
56803b8247
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/builds/guides/integration/content-styles.md

+ 2 - 0
docs/builds/guides/integration/content-styles.md

@@ -46,6 +46,7 @@ The content in the front–end of your application should now look the same as w
 
 Below there is a full list of content styles used by the editor features. You can copy it and use straight in your project. **Make sure to add the `ck-content` class to your content container for the styles to work** ([see above](#sharing-content-styles-between-frontend-and-backend)).
 
+```css
 /*
  * CKEditor 5 (v21.0.0) content styles.
  * Generated on Wed, 29 Jul 2020 12:14:43 GMT.
@@ -373,3 +374,4 @@ Below there is a full list of content styles used by the editor features. You ca
 		display: none;
 	}
 }
+```