jmespath-community / jmespath.spec

JMESPath Specification
6 stars 3 forks source link

Fixed link rendering #165

Closed springcomp closed 1 year ago

springcomp commented 1 year ago

Please keep PR discussion strictly about the content of the PR and any comments on the merit of the proposal in the linked discussion.

\</h1> <table> <thead> <tr> <th></th> </tr> </thead> <tbody> <tr> <td><strong>JEP</strong></td> </tr> <tr> <td><strong>Author</strong></td> <td>\<author></td> </tr> <tr> <td><strong>Created</strong></td> <td>\<date></td> </tr> <tr> <td><strong><a rel="noreferrer nofollow" target="_blank" href="https://semver.org/spec/v2.0.0.html#summary">SemVer</a></strong></td> <td>MAJOR|MINOR|PATCH</td> </tr> <tr> <td><strong><a rel="noreferrer nofollow" target="_blank" href="https://github.com/jmespath-community/jmespath.jep/discussions">Discussion #</a></strong></td> <td><a rel="noreferrer nofollow" target="_blank" href="https://github.com/jmespath-community/jmespath.jep/discussions/##">##</a></td> </tr> </tbody> </table> <p><em>Please discuss the merit of the JEP in the linked discussion. PR discussion should be limited to proofing the content of the PR and the PR proposal initial comment</em></p> <h2>Abstract</h2> <p>\<copy from JEP></p> <h2>Implementation Survey</h2> <p><em>Omit this section if not relevant</em></p> <p>Provide a minimal demonstration of how the proposed functionality would be implemented for each programming language. Include links to any proposed dependencies. This is to ensure that each language can support the proposed functionality, allows for the review of any additional dependencies that would need to be included with each implementation, provides reference for implementers, and ensures that each proposed implementation in each language has consistent behaviour across all languages.</p> <h3>Javascript/Typescript</h3> <pre><code class="language-typescript"></code></pre> <h3>NodeJS</h3> <pre><code class="language-nodejs"></code></pre> <h3>Python</h3> <pre><code class="language-python3"></code></pre> <h3>C/C++</h3> <pre><code class="language-c++"></code></pre> <h3>C</h3> <pre><code class="language-c#"></code></pre> <h3>PHP</h3> <pre><code class="language-php"></code></pre> <h3>Java</h3> <pre><code class="language-java"></code></pre> <h3>Rust</h3> <pre><code class="language-rust"></code></pre> <h3>Go</h3> <pre><code class="language-go"></code></pre> <h3>Lua</h3> <pre><code class="language-lua"></code></pre> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>