We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70be138 commit 4e9e4bcCopy full SHA for 4e9e4bc
internal/compiler/passes/resolving.rs
@@ -835,7 +835,7 @@ impl Expression {
835
Expression::FunctionCall {
836
function: BuiltinFunction::ParseMarkdown.into(),
837
arguments: vec![
838
- expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String))
+ expr.unwrap_or_else(|| Expression::default_value_for_type(&Type::String)),
839
],
840
source_location: Some(node.to_source_location()),
841
}
x.slint
@@ -7,8 +7,8 @@ export component TestCase inherits Window {
7
VerticalLayout {
8
StyledText {
9
text: @markdown("Hello {}", "*Everyone*");
10
-
+
11
12
13
14
0 commit comments