File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33 push :
44 paths :
55 - ' **.md'
6-
6+
77jobs :
88 markdown_checks :
99 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11<template >
22 <span >
33 <a :href =" `https://public.cloudmergin.com/projects/${id}/tree`" target =" _blank" rel =" noopener noreferrer" >
4- <img :alt =" `Mergin Maps Project ${id}`" :src =" ` /Mergin.svg` " />
4+ <img :alt =" `Mergin Maps Project ${id}`" :src =" $withBase(' /Mergin.svg') " />
55 <span v-html =" id" ></span >
66 <span >
77 <svg xmlns =" http://www.w3.org/2000/svg" aria-hidden =" true" focusable =" false" x =" 0px" y =" 0px" viewBox =" 0 0 100 100" width =" 15" height =" 15" class =" icon outbound" >
Original file line number Diff line number Diff line change 11<template >
22 <span >
33 <a :href =" `https://docs.qgis.org/${ver}/en/docs/${link}`" target =" _blank" rel =" noopener noreferrer" >
4- <img alt =" QGIS Documentation" :src =" ` /QGIS.svg` " />
4+ <img alt =" QGIS Documentation" :src =" $withBase(' /QGIS.svg') " />
55 <span v-html =" text" ></span >
66 <span >
77 <svg xmlns =" http://www.w3.org/2000/svg" aria-hidden =" true" focusable =" false" x =" 0px" y =" 0px" viewBox =" 0 0 100 100" width =" 15" height =" 15" class =" icon outbound" >
Original file line number Diff line number Diff line change 2121 width : 100% ;
2222 padding-top : min (500px ,56% );
2323 position : relative ;
24+ border : 3px solid #eaecef ;
2425}
2526
2627iframe {
@@ -29,5 +30,6 @@ iframe {
2930 left : 0 ;
3031 bottom : 0 ;
3132 right : 0 ;
33+
3234}
3335 </style >
You can’t perform that action at this time.
0 commit comments