simon

Results 3 issues of 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...

feature

![image](https://user-images.githubusercontent.com/10495449/122188457-41d4a700-ce90-11eb-9fce-c342bc38f725.png) 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...

bug