• Anonymous User 15879810

    (@anonymized-15879810)


    Hello! I like to use markdown, even when Gutenberg doesn’t process it. It let me visually grasp the structure of presented ideas.

    So I have few blocks in my post. Let me copy it below from Gutenberg. The problem is when you open the post to view one of hashes is missed on both heading2!! Which bring a lot of confusion.

    I understand I can workaround it converting corresponding paragraphs to headings in Gutenberg. But it’s still a strange behavior I want to repair. Notice that I have posts with double hashes (##) in text which are displayed totally fine. Please help to bring this down!

    <!-- wp:paragraph -->
    <p>text?</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>text?</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p># heading1</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>text!</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>## heading2</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>text!</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>## heading2</p>
    <!-- /wp:paragraph -->
    
    <!-- wp:paragraph -->
    <p>text</p>
    <!-- /wp:paragraph -->
    • This topic was modified 4 years, 10 months ago by Anonymous User 15879810.
    • This topic was modified 4 years, 10 months ago by Anonymous User 15879810.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    I placed your example content into a post on my site and could not replicate the same behavior. Maybe you have a plugin or theme that is filtering content on output which is removing one of the hashes? If you switch to a twenty* theme and deactivate all plugins, the behavior should be gone. Restore your configuration one module at a time, checking after each. When the behavior returns the last activated module is the cause.

    Thread Starter Anonymous User 15879810

    (@anonymized-15879810)

    Thanks! I ordered another clean installation to reproduce. Didn’t think it could be my setting to blame. But…

    I’m not sure what happened, but it just converted this lines into H2. Will watch these for some time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Losing one hash of a pair.’ is closed to new replies.