diff options
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r-- | doc/markdown.doc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc index 300d7fc..737df71 100644 --- a/doc/markdown.doc +++ b/doc/markdown.doc @@ -41,9 +41,9 @@ the extensions that doxygen supports. Finally section \ref markdown_dox discusses some specifics for doxygen's implementation of the Markdown standard. -[markdown]: http://daringfireball.net/projects/markdown -[mdextra]: http://michelf.com/projects/php-markdown/extra/ -[github]: http://github.github.com/github-flavored-markdown/ +[markdown]: http://daringfireball.net/projects/markdown/ +[mdextra]: https://michelf.ca/projects/php-markdown/extra/ +[github]: https://github.github.com/github-flavored-markdown/ \section markdown_std Standard Markdown @@ -303,7 +303,7 @@ Note that using `[TOC]` is the same as using a \subsection md_tables Tables Of the features defined by "Markdown Extra" is support for -<a href="http://michelf.com/projects/php-markdown/extra/#table">simple tables</a>: +<a href="https://michelf.ca/projects/php-markdown/extra/#table">simple tables</a>: A table consists of a header line, a separator line, and at least one row line. Table columns are separated by the pipe (|) character. @@ -376,7 +376,7 @@ For more complex tables in doxygen please have a look at: \ref tables \subsection md_fenced Fenced Code Blocks Another feature defined by "Markdown Extra" is support for -<a href="http://michelf.com/projects/php-markdown/extra/#fenced-code-blocks"> +<a href="https://michelf.ca/projects/php-markdown/extra/#fenced-code-blocks"> fenced code blocks</a>: A fenced code block does not require indentation, and is |