simon
simon
There's currently no syntax highlighting happening for Markdown/Kramdown code blocks. A possible solution to get Kramdown code blocks, e.g.: ``` ~~~ ruby [....] ~~~ ``` properly syntax highlighted is to...
 This happens because owl2sh-open defines a wrong prefix here https://github.com/sparna-git/owl2shacl/blob/main/owl2sh-open.ttl#L11-L15: **Solution:** replace line 14 with ```turtle sh:prefix "owl2sh-open" ; ```
## Background Recent changes in the Azure/azure-rest-api-specs repository (see issue [#38235](https://github.com/Azure/azure-rest-api-specs/issues/38235) and PR [#38236](https://github.com/Azure/azure-rest-api-specs/pull/38236)) removed almost all EventGrid sample directories and example files from main. As a result, the following...