common-workflow-language / schema_salad

Semantic Annotations for Linked Avro Data
https://www.commonwl.org/v1.2/SchemaSalad.html
Apache License 2.0
72 stars 62 forks source link

update makedoc using mistune v3 #787

Closed fmigneault closed 7 months ago

fmigneault commented 7 months ago

Fixes https://github.com/common-workflow-language/schema_salad/issues/721 Requires https://github.com/lepture/mistune/pull/375

fmigneault commented 7 months ago

@mr-c ~One of the failing test is test_multiline_list_entries_without_indention where the expected <li></li> tags are instead represented by <ul></ul>. If this is acceptable, we can simply replace the test string.~ Nevermind, it is only a diff about how newlines are applied. I will adjust the test.

The other is the checksum comparison that must be updated if we are satisfied with the new output format.

mr-c commented 7 months ago

Thank you @fmigneault !