LadyForest commented on a change in pull request #15135:
URL: https://github.com/apache/flink/pull/15135#discussion_r591483073
##########
File path: docs/layouts/shortcodes/javadoc.html
##########
@@ -16,11 +16,11 @@
specific language governing permissions and limitations
under the License.
*/}}{{/*
- Shortcode for linking to Flinks JavaDoc
+ Shortcode for linking to Flink's JavaDoc
Parmeters:
- name: The rendered link name (required)
*/}}
-<a href="{{ .Site.Params.JavaDoc }}/{{ .Get "file" }}">
- {{ .Get "name" }}
+<a href="{{ .Site.Params.JavaDocs }}/{{ .Get "file" }}">
+ {{ .Get "name" | markdownify }}
Review comment:
`{{ page.excerpt | markdownify }}` is illustrated in
https://jekyllrb.com/docs/liquid/filters/ that converts a Markdown-formatted
string into HTML. See also `docs/layouts/shortcodes/gh_link.html`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]