You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some nodes require some type of data that we need to validate, like TestBlock.validator (this should be an importable module).
Or CodeBlock where the content should be a list of lines. Or Admonition.type where it should be one of the three types. Maybe we can do the validation like django rest framework does, or something more simple like the rst directive does
Some nodes require some type of data that we need to validate, like
TestBlock.validator
(this should be an importable module).Or
CodeBlock
where the content should be a list of lines. OrAdmonition.type
where it should be one of the three types. Maybe we can do the validation like django rest framework does, or something more simple like the rst directive doeslira/lira/parsers/rst.py
Lines 73 to 76 in 298679e
The text was updated successfully, but these errors were encountered: