]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/yaml/config/config-docs.factor
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping ...
[factor.git] / extra / yaml / config / config-docs.factor
index ffa2fc28ba60ad317c4865db260f1c7a37281f02..039765a84a9b9f8817287c6e69ca7240f4421372 100644 (file)
@@ -66,7 +66,7 @@ ARTICLE: "yaml-output" "YAML serialization control"
 ;
 
 HELP: implicit-tags
-{ $var-description """When this is set, tags are omitted during serialization when it safe to do so. For example, 42 can be safely serialized as "42", but "42" must be serialized as "'42'" or ""42"" or "!!str 42". This uses the """
+{ $var-description "When this is set, tags are omitted during serialization when it safe to do so. For example, 42 can be safely serialized as \"42\", but \"42\" must be serialized as \"'42'\" or \"\"42\"\" or \"!!str 42\". This uses the "
 { $snippet "implicit" } " parameter of "
 { $link yaml_scalar_event_initialize } ", " { $link yaml_sequence_start_event_initialize } " and " { $link yaml_mapping_start_event_initialize } "."
  } ;