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
When writing a blog post from a rmarkdown file with the introduction theme the margin shifts to the right after adding a section heading.
Reproduce
Create site using victoriadrake/hugo-theme-introduction as theme in blogdown in RStudio. Uncheck the options for yaml.
Go into /content/en/blog and open long_form-post.md. Save that file as a long_form-post-test.Rmd file in the same location.
Render site
Navigating into blog and then All Posts, you'll see two entries in 2017 for Long Form Writing and Quotes. In the one generated from the .Rmd file, you'll notice the margin shifting after the first section heading. This does not happen in the entry generated from the .md file.
Expected behavior
The blog entries from the .md and the .Rmd files should produce the same output.
Screenshot
Desktop
Windows 11
Edge Version 106.0.1370.52
Hugo 0.104.3
Latest blogdown version
Latest RStudio version
The text was updated successfully, but these errors were encountered:
Then if you render .Rmd to .html (the default behavior), Pandoc will wrap content in section divs, which means for this theme, the post body will be wrapped inside
Describe the bug
I'm guessing this is related to issue #591.
When writing a blog post from a rmarkdown file with the introduction theme the margin shifts to the right after adding a section heading.
Reproduce
Navigating into blog and then All Posts, you'll see two entries in 2017 for Long Form Writing and Quotes. In the one generated from the .Rmd file, you'll notice the margin shifting after the first section heading. This does not happen in the entry generated from the .md file.
Expected behavior
The blog entries from the .md and the .Rmd files should produce the same output.
Screenshot
Desktop
Windows 11
Edge Version 106.0.1370.52
Hugo 0.104.3
Latest blogdown version
Latest RStudio version
The text was updated successfully, but these errors were encountered: