module sphinxext.revealjs.compat

Short summary

module pyquickhelper.sphinxext.revealjs.compat

author:

tell-k <ffk2005@gmail.com>

copyright:

tell-k. All Rights Reserved.

source on GitHub

Functions

function

truncated documentation

escape_html

Replace special characters “&”, “<” and “>” to HTML-safe sequences. If the optional flag quote is true (the default), …

Documentation

sphinxjp.themes.revealjs.compat

author:

tell-k <ffk2005@gmail.com>

copyright:

tell-k. All Rights Reserved.

source on GitHub

pyquickhelper.sphinxext.revealjs.compat.escape_html(s, quote=True)[source]

Replace special characters “&”, “<” and “>” to HTML-safe sequences. If the optional flag quote is true (the default), the quotation mark characters, both double quote (”) and single quote (’) characters are also translated.

source on GitHub