*/
class syntax_plugin_dwtimeline_timeline extends syntax_plugin_dwtimeline_dwtimeline
{
/**
* @return array Things that may be inside the syntax
*/
public function getAllowedTypes()
{
return ['plugin_dwtimeline_milestone'];
}
/**
* Set the EntryPattern
* @param string $mode
*/
public function connectTo($mode)
{
$this->Lexer->addEntryPattern(
'
' . DOKU_LF . $indata['description'] . DOKU_LF . '
' . DOKU_LF; } $renderer->doc .= '' . $indata['description'] . '
' . DOKU_LF; } $renderer->doc .= '