vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Missing closing quotes throws off syntax highlighting #315

Open fwgreen opened 5 years ago

fwgreen commented 5 years ago

Every example under vertx-examples/web-examples/src/main/java/io/vertx/example/web/templating/ has the same missing closing quotes error in the link in the comment. This throws off syntax highlighting for the rest of the file.

/**
 * This is an example application to showcase the usage of Vert.x Web.
 *
 * In this application you will see the usage of:
 *
 *  * Jade templates
 *  * Vert.x Web
 *
 * @author <a href="mailto:pmlopes@gmail.com>Paulo Lopes</a>
 */
jponge commented 5 years ago

That one's for your @pmlopes 😉