SuperUserNameMan / TMarqueur

TMarqueur is an alternative lightweight markup language for creating formatted text using a plain-text editor.
https://www.terminajones.com/TMarqueur/
Other
0 stars 0 forks source link

BUG : `table 1 : blablabla` #7

Open SuperUserNameMan opened 1 year ago

SuperUserNameMan commented 1 year ago
  `````` table 1 : table title `````
   table content

the : into the table title is confused with CONFIG::$attribute_keyval_seperator = ' : ' used as attribute's key/val separator.

PHP Fatal error:  Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in TMarqueur.php:551
Stack trace:
#0 TMarqueur.php(551): trim()
#1 TMarqueur.php(1105): TMarqueur\tag_attributes_to_object()
#2 TMarqueur.php(1216): TMarqueur\DOC::parse_block_line()
#3 ...): TMarqueur\to_html()
#4 {main}
  thrown in TMarqueur.php on line 551