Преглед изворни кода

Docs: Added note about the status of this feature. Closes #23.

Piotrek Koszuliński пре 7 година
родитељ
комит
fa49d0e38a
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      packages/ckeditor5-markdown-gfm/docs/features/markdown.md

+ 2 - 0
packages/ckeditor5-markdown-gfm/docs/features/markdown.md

@@ -16,6 +16,8 @@ editor.setData( 'This is **bold**.' );
 </info-box>
 
 <info-box info>
+	**This feature is experimental!**
+
 	While the CKEditor 5 architecture supports changing the data format, in most scenarios we do recommend sticking to the default format which is HTML (supported by the {@link module:engine/dataprocessor/htmldataprocessor~HtmlDataProcessor}). HTML remains [the best standard for rich-text data](https://medium.com/content-uneditable/a-standard-for-rich-text-data-4b3a507af552).
 
 	And please do remember – using Markdown [does not automatically make your application/website secure](https://github.com/ckeditor/ckeditor5-markdown-gfm/issues/16#issuecomment-375752994).