We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340292 commit f2a27a1Copy full SHA for f2a27a1
1 file changed
scripts/markdown_style.bash
@@ -23,7 +23,7 @@ for i in \
23
do
24
echo "Checking for $i"
25
# exclude HTML tags inside QGIS expressions in documentation
26
- A1=`grep --line-number -r -e "$i" $SCRIPT_DIR/../src/ --include \*.md | grep -v 'expression.evaluate'`
+ A1=`grep --line-number -r -e "$i" $SCRIPT_DIR/../src/ --include \*.md | grep -v 'expression.evaluate' | grep -v 'app.merginmaps.com/maps/'`
27
if [ ! -z "$A1" ]
28
then
29
echo $A1
0 commit comments