zentol commented on a change in pull request #15135:
URL: https://github.com/apache/flink/pull/15135#discussion_r591469891
##########
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:
And what about `markdownify`? As in, what problems existed without it?
----------------------------------------------------------------
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]