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

Title should not be markdownified #3094

Closed
lsolesen opened this issue Jul 31, 2021 · 1 comment · Fixed by #3113
Closed

Title should not be markdownified #3094

lsolesen opened this issue Jul 31, 2021 · 1 comment · Fixed by #3113

Comments

@lsolesen
Copy link
Contributor

Environment

  • Minimal Mistakes version:
  • Ruby gem or remote theme version:
  • Jekyll version:
  • Git repository URL:
  • GitHub Pages hosted (if yes provide URL to site):
  • Operating system:

I cannot use a pipe | in the title, as it will be changed by the markdownify. It seems unneccesary to markdownify the title, but there is probably some reason for this?

{%- if seo_title -%}
  {%- assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once -%}
{%- endif -%}

Expected behavior

I think it should be pssible to use a pipe in the title.

Steps to reproduce the behavior

Just try to add a pipe to the title.

Other

@iBug
Copy link
Collaborator

iBug commented Aug 7, 2021

I second that. If you submit a PR to change this I'll be in favor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants