UPPAALModelChecker / docs.uppaal.org

This repo contains the official UPPAAL documentation published on https://docs.uppaal.org
https://docs.uppaal.org
1 stars 13 forks source link

Refactoring plus fix some formatting #27

Closed sdfg610 closed 1 year ago

sdfg610 commented 1 year ago

In some Markdown parsers, occurrences of "--" outside backticks/backquotes (those used to make code blocks) are replaced with a single endash (–). This makes the "Leads To" operator (-->) show up as a single endash (resulting in "–>"). This is bad since UPPAAL only accepts "-->". While "-->" looks correct on GitHub, it does not in the production documentation (https://docs.uppaal.org/language-reference/requirements-specification/symb_queries/). Thus, I replaced all "" blocks with backtick/backquote blocks to ensure correct output and identical formatting everywhere.

Also made small refactoring of descriptions of "Possibly" and "Potentially always" operators.