You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/03 09:33:51 UTC

[GitHub] [pulsar] SignorMercurio opened a new pull request, #15919: [fix][doc] Code highlight not working on some pages

SignorMercurio opened a new pull request, #15919:
URL: https://github.com/apache/pulsar/pull/15919

   Fixes #15854 
   
   ### Motivation
   
   Code highlighting does not work on some pages like https://pulsar.apache.org/docs/functions-develop because notations like <code>\`\`\`Java</code> instead of <code>\`\`\`java</code> are used in Markdown.
   
   ### Modifications
   
   Correct the Markdown syntax.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: no
     - The default values of configurations: no
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: no
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `doc-not-needed` 
   (Please explain why)
     
   - [x] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #15919: [fix][doc] Code highlight not working on some pages

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15919:
URL: https://github.com/apache/pulsar/pull/15919


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org