You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raw HTML tags should not be shown in the post preview.
Actual Behavior
Raw HTML tags are shown in the post preview when the tag crosses the boundary of the post-preview-words. For example, an HTML tag is at words 59-61 and post-preview-words is set to 60.
Steps to Reproduce the Issue
Change post-preview-words to 60 in _config.yml
Run jekyll serve, and see the issue in the blog preview section of index.html.
Expected Behavior
Raw HTML tags should not be shown in the post preview.
Actual Behavior
Raw HTML tags are shown in the post preview when the tag crosses the boundary of the post-preview-words. For example, an HTML tag is at words 59-61 and post-preview-words is set to 60.
Steps to Reproduce the Issue
post-preview-words
to 60 in _config.ymljekyll serve
, and see the issue in the blog preview section of index.html.Image
Specifications
Reproduced on commit 289fe2a.
Any browser.
The text was updated successfully, but these errors were encountered: