implemented image embedding links

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-05 23:25:49 +02:00
parent 20d0247c90
commit 9cefc402b5
7 changed files with 39 additions and 2 deletions

View File

@@ -659,4 +659,8 @@ li.task button.symbol:nth-child(1){
.timetracks .selected td:not(.year):not(.month){
background: skyblue;
}
.markdown image{
max-width: 75%;
}

View File

@@ -298,6 +298,11 @@ span.timetracking {
right: 0;
top: 0;
}
.markdown img{
max-width: 75%;
}
table{
min-width: 30vw;
}

View File

@@ -294,6 +294,11 @@ span.timetracking {
right: 0;
top: 0;
}
.markdown img{
max-width: 75%;
}
table{
min-width: 30vw;
}

View File

@@ -298,6 +298,11 @@ span.timetracking {
right: 0;
top: 0;
}
.markdown img{
max-width: 75%;
}
table{
min-width: 30vw;
}