Explorar o código

Merge pull request #420 from claman/master

liquid_tags vimeo and youtube troubleshooting information
Justin Mayer %!s(int64=10) %!d(string=hai) anos
pai
achega
075ca08378
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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: