From c05d24e0fe71edc6da5c4852ce01b6f399e645ae Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 26 Sep 2018 14:05:38 +0100 Subject: [PATCH] build(docs-infra): fix formatting of entry point export table (#25768) Now that `list-table` cells are `pre` formatterd we must be careful of what whitespace appears in text nodes. PR Close #25768 --- aio/tools/transforms/templates/api/package.template.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aio/tools/transforms/templates/api/package.template.html b/aio/tools/transforms/templates/api/package.template.html index 73525bfeea..2dab4b53bd 100644 --- a/aio/tools/transforms/templates/api/package.template.html +++ b/aio/tools/transforms/templates/api/package.template.html @@ -8,10 +8,7 @@ {% for item in filteredItems %} - +
- {$ item.name $} - {$ item.name $} {% if item.deprecated !== undefined %}{$ ('**Deprecated:** ' + item.deprecated) | marked $}{% endif %} {% if item.shortDescription %}{$ item.shortDescription | marked $}{% endif %}