Просмотр исходного кода

Add troubleshooting information

Add mention of SUMMARY_MAX_LENGTH as possible solution for issue with code generation
Alex Claman лет назад: 11
Родитель
Сommit
209fd55c4d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      liquid_tags/Readme.md

+ 4 - 0
liquid_tags/Readme.md

@@ -45,6 +45,8 @@ To insert youtube video into a post, enable the
 The width and height are in pixels, and can be optionally specified.  If they
 The width and height are in pixels, and can be optionally specified.  If they
 are not, then the dimensions will be 640 (wide) by 390 (tall).
 are not, then the dimensions will be 640 (wide) by 390 (tall).
 
 
+If you're experiencing issues with code generating (i.e. missing closing tags), add `SUMMARY_MAX_LENGTH = None` to your config.
+
 ## Vimeo Tag
 ## Vimeo Tag
 To insert a Vimeo video into a post, enable the
 To insert a Vimeo video into a post, enable the
 ``liquid_tags.vimeo`` plugin, and add to your document:
 ``liquid_tags.vimeo`` plugin, and add to your document:
@@ -54,6 +56,8 @@ To insert a Vimeo video into a post, enable the
 The width and height are in pixels, and can be optionally specified.  If they
 The width and height are in pixels, and can be optionally specified.  If they
 are not, then the dimensions will be 640 (wide) by 390 (tall).
 are not, then the dimensions will be 640 (wide) by 390 (tall).
 
 
+If you're experiencing issues with code generating (i.e. missing closing tags), add `SUMMARY_MAX_LENGTH = None` to your config.
+
 ## Video Tag
 ## Video Tag
 To insert flash/HTML5-friendly video into a post, enable the
 To insert flash/HTML5-friendly video into a post, enable the
 ``liquid_tags.video`` plugin, and add to your document:
 ``liquid_tags.video`` plugin, and add to your document: