tmp/tmppr72zk8_/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
**Table: Meaning of type options for strings** <a id="format.type.string">[format.type.string]</a>
|
| 2 |
|
| 3 |
| Type | Meaning |
|
| 4 |
-
| --------- | -------------------------------- |
|
| 5 |
| none, `s` | Copies the string to the output. |
|
|
|
|
| 6 |
|
|
|
|
| 1 |
**Table: Meaning of type options for strings** <a id="format.type.string">[format.type.string]</a>
|
| 2 |
|
| 3 |
| Type | Meaning |
|
| 4 |
+
| --------- | ------------------------------------------------------------------ |
|
| 5 |
| none, `s` | Copies the string to the output. |
|
| 6 |
+
| % `?` | Copies the escaped string [[format.string.escaped]] to the output. |
|
| 7 |
|