ソースを参照

Merge stable into master

CKEditor Bot 5 年 前
コミット
8c6acfa592
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;
 	}
 }
+```