Steps to reproduce

1. Installed rc1.

2. Configured the global markdown settings at /admin/config/content/markdown. Set "Render Strategy" to "Filter Output."

3. Configured markdown settings for my text format. Set "Render Strategy" to "None."

4. Check markdown settings for text format. "Render Strategy" is still "Filter Output."

I'm not sure if this automatic override is the intended behavior, but if it is, then the Render Strategy should not be configurable on the format.

To get "Render Strategy" to "None," it appears you must first go to the global settings and set to "Filter Output." This is confusing because there is no message on the input filter page that says that is necessary.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ptmkenny created an issue. See original summary.

ptmkenny’s picture

Version: 7.x-2.x-dev » 8.x-2.x-dev
markhalliwell’s picture

Status: Active » Needs review
FileSize
7.03 KB

See if this works.

ptmkenny’s picture

Status: Needs review » Needs work

I updated to the latest dev version, applied the patch, cleared the cache.

I can change the overall settings at /admin/config/content/markdown without problem. However, on the text format settings page, whenever I save the settings, it reverts to "Filter Output" no matter what I changed it to.

I tried unchecking the Markdown checkbox, saving the page, and then re-enabling it, but it is stuck on "Filter Output."

markhalliwell’s picture

Status: Needs work » Needs review
FileSize
1.84 KB
8.97 KB

Ok, try this one. I actually stepped through this one and was able to override the site-wide render strategy and rendered it correctly.

markhalliwell’s picture

FileSize
828 bytes
8.95 KB

Sigh... didn't manually re-test when there's a specific parser chosen; there's no "parser" array key, that's what it extracted.

ptmkenny’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, I could no longer reproduce the issue with #6!

  • markcarver committed df3e411 on 8.x-2.x
    Issue #3137201 by markcarver, ptmkenny: Text format config is overridden...
markhalliwell’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.