Github user pvillard31 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2449#discussion_r167647277
--- Diff: nifi-docs/src/main/asciidoc/expression-language-guide.adoc ---
@@ -1644,9 +1644,9 @@ Divide. This is to preserve backwards compatibility
and to not force rounding er
*Description*: [.description]#Converts the Subject from a Base 10 number
to a different Radix (or number base). An optional
second argument can be used to indicate the minimum number of
characters to be used. If the converted value
- has fewer than this number of characters, the number will be padded
with leading zeroes.
+ has fewer than this number of characters, the number will be padded
with leading zeroes.#
--- End diff --
I think that, instead of moving the # character, it'd be better to just
remove the carriage return between this line and the next one, no? (same
applies for fromRadix). Otherwise, the display is a bit weird in the doc:
https://github.com/Leah-Anderson/nifi/blob/a445ee4d141ea1218d3cf5c47abb5171c5890f43/nifi-docs/src/main/asciidoc/expression-language-guide.adoc#fromradix
---