From a77f0f7b415548e043e1cbb9fca5bcae37996ffe Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Sat, 25 Jul 2020 04:19:15 -0400 Subject: [PATCH] `to-xml.md` documentation update (#2253) * Update to-xml.md documentation to be consistent * Capitalize bullet point items * Add link to this document wthin `to.md` --- docs/commands/to-xml.md | 10 +++++----- docs/commands/to.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/commands/to-xml.md b/docs/commands/to-xml.md index 1590cc5e32..390c014873 100644 --- a/docs/commands/to-xml.md +++ b/docs/commands/to-xml.md @@ -4,7 +4,7 @@ Converts table data into XML text. ## Flags -- `-p`, `--pretty` \: Formats the XML text with the provided indentation setting +* `-p`, `--pretty` \: Formats the XML text with the provided indentation setting ## Example @@ -70,7 +70,7 @@ Converts table data into XML text. Due to XML and internal representation, `to xml` is currently limited, it will: -- only process table data loaded from XML files (e.g. `open file.json | to xml` will fail) -- drop XML prolog declarations -- drop namespaces -- drop comments +* Only process table data loaded from XML files (e.g. `open file.json | to xml` will fail) +* Drop XML prolog declarations +* Drop namespaces +* Drop comments diff --git a/docs/commands/to.md b/docs/commands/to.md index 9cfa6ae2f9..442a2a670c 100644 --- a/docs/commands/to.md +++ b/docs/commands/to.md @@ -13,6 +13,7 @@ Converts table data into a string or binary. The target format is specified as a * [to toml](to-toml.md) * [to tsv](to-tsv.md) * [to url](to-url.md) +* [to xml](to-xml.md) * [to yaml](to-yaml.md) *Subcommands without links are currently missing their documentation.*