You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support relative paths to videos from Uncyclo pages (#31061) (#31453)
Backport #31061 by @sergeyvfx
This change fixes cases when a Uncyclo page refers to a video stored in the
Uncyclo repository using relative path. It follows the similar case which
has been already implemented for images.
Test plan:
- Create repository and Uncyclo page
- Clone the Uncyclo repository
- Add video to it, say `video.mp4`
- Modify the markdown file to refer to the video using `<video
src="video.mp4">`
- Commit the Uncyclo page
- Observe that the video is properly displayed
Co-authored-by: Sergey Sharybin <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
0 commit comments