Skip to content

Commit

Permalink
improve markdown doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Nov 5, 2023
1 parent df03390 commit dcefbf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/book.jsh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ invalidJava();
throw new RuntimeException("Panic!");

// ### Markdown
// Comments are interpreted as markdown.
// ```
// // #### example title
// // my text with [a link](example.com)
// ```
// Is rendered as
// #### example title
// my text with [a link](example.com)
//
// You can also use multiline comments.
// ### Latex
// Latex is supported inline: <pre>\$\`a^2+b^2=c^2\`\$</pre> → will render as $`a^2+b^2=c^2`$.
// and as block:
// <pre>
Expand Down

0 comments on commit dcefbf2

Please sign in to comment.