Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First paragraph in markdown not being wrapped with <p></p> #2616

Closed
glockjt opened this issue Oct 20, 2016 · 2 comments
Closed

First paragraph in markdown not being wrapped with <p></p> #2616

glockjt opened this issue Oct 20, 2016 · 2 comments
Labels

Comments

@glockjt
Copy link

glockjt commented Oct 20, 2016

I have a markdown file where the first piece of content is a paragraph and it is not being wrapped with <p></p> on the rendered html page using {{ .Content | markdownify }}.

Example .md file:

---
title: Sample Title
date: 2016-10-20

---

Content that is not being wrapped with paragraph tags.

Content that is being wrapped with paragraph tags.
@bep
Copy link
Member

bep commented Oct 20, 2016

Please use http://discuss.gohugo.io/ for questions (and .Content IS markdown -- no need to markdownify it)

@bep bep closed this as completed Oct 20, 2016
lovesegfault added a commit to lovesegfault/blog that referenced this issue Oct 26, 2021
bf96fb2 Merge pull request #273 from davidhollis/add-scala-support
b41381e update dependencies
8b1529f clean up webpack config
9833384 use terset instead of uglify
5737d55 fix list styles and re-minify styles. closes #255
466cd49 update yarn.lock and re-minify prism.js
a936518 Merge pull request #241 from catleeball/dep
de6a660 Merge branch 'master' into dep
0b06a56 Merge pull request #243 from justinnuwin/upstream
be75e72 Merge branch 'master' into upstream
0c08f72 add reading time param
bbaf93f Merge pull request #258 from kllmanu/patch-1
360673b Merge pull request #260 from sophiabrandt/fix/paginator
2b0406b Merge pull request #276 from Nereuxofficial/patch-1
f851fbb Merge pull request #277 from sophiabrandt/remove-rockyourcode
fa5d7a4 Remove rockyourcode
49c865a Added my blog to USERS.md
3dd3c40 Update README
ae9c58f Add Scala support to prism.js highlighter
cd36a63 Merge pull request #268 from m0xxz/master
e4b831a Merge pull request #267 from calefrey/patch-1
c10d0fa Merge pull request #263 from n-kremeris/patch-1
25bae8d Merge pull request #254 from panr/dependabot/npm_and_yarn/browserslist-4.16.5
cf980be Merge pull request #271 from panr/dependabot/npm_and_yarn/path-parse-1.0.7
f139a26 Update README.md
7d58896 add cmake, llvm and nasm syntax
1752bcc Bump path-parse from 1.0.6 to 1.0.7
7773f26 No need to markdownify .Content, per Hugo project (gohugoio/hugo#2616 (comment)). This fixes issues with showFullContent.
9fcd6f2 Make prismjs shortcode CRLF tolerant
7eb29c4 Update USERS.md
d2aba65 Close #235
ec451ec prevent footnotes from affecting line-height
ebf07a9 Bump browserslist from 4.16.3 to 4.16.5
49c8fa1 Add single page website layout community feature and myself to users list
e12f6ca Add terser as minifier.

git-subtree-dir: themes/hugo-theme-terminal
git-subtree-split: bf96fb25be8ab8f0a75cd2bec1631dcc8d5a8180
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants