Denis Duev
Denis Duev
OpenUI5 version: 1.104 (but also in older versions) Browser/version (+device/version): Chrome v104.0 Any other tested browsers/devices(OK/FAIL): Firefox - works ok - the scroll is hidden if inactive URL (minimal example...
https://github.com/helm/helm/releases/tag/v3.5.2 Bump from 3.4.2 -> 3.5.2
We try switching from `sapcloud-form` to`github-form` (v1.42.1 - e.g. latest) and found some strange behaviour: When there is `authorize` button everything is working fine. When there is no such button...
The following code block (see raw) 1. listitem ```yaml kinds: - Deployment - Pod ```  ## Rendered as: ``` listitem “`yaml kinds: Deployment Pod “` ``` but not code...
Same as: https://github.com/gomarkdown/markdown/issues/242, the difference is that the blockquote is inside list. For example: ``` 1. list > blockquote ``` Returns: ``` list > blockquote ``` Expected: ``` list blockquote...
https://babelmark.github.io/?text=++%3Cdiv+style%3D%22text-align%3Acenter%22%3E%0A++++%3Cimg+src%3D%22https%3A%2F%2Fhatrabbits.com%2Fwp-content%2Fuploads%2F2017%2F01%2Frandom-word-1.jpg%22%3E%0A++%3C%2Fdiv%3E For example if you have in Markdown: ``` ``` It is parsed as: ``` "" ``` ## Desired behaviour:  ``` ```
OpenUI5 version: Hi team, how I can implement a link with an icon as it is specified in the Fiori Guidelines: https://experience.sap.com/fiori-design-web/link/#link-with-icon Like this one: What is the expected result?...