Contents

Parsedown::blockListComplete( $Block )

Description

Source

File: bp-help/vendors/parsedown/Parsedown.php

729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
protected function blockListComplete(array $Block)
{
    if (isset($Block['loose']))
    {
        foreach ($Block['element']['elements'] as &$li)
        {
            if (end($li['handler']['argument']) !== '')
            {
                $li['handler']['argument'] []= '';
            }
        }
    }
 
    return $Block;
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.