pml-lang / pml-companion

Java source code of the 'PML Companion (PMLC)'
https://www.pml-lang.dev
GNU General Public License v2.0
22 stars 1 forks source link

Error Input parameter 'label' is required. Code [admon label="TODO" blah] #65

Closed coemgenuslcp closed 3 years ago

coemgenuslcp commented 3 years ago

The [admon] element is failing for me in version 2.1.0, saying that the "label" is missing, though I have given it.

Error      Input parameter 'label' is required.                                                                        
Code       [admon label="text" text]
coemgenuslcp commented 3 years ago

Ah! Nevermind! I have not gotten accustomed to the change. Here is the correct syntax:

[admon (label = "text")]