From fd9564b21054e27d1e4f4bfcca7683ae3b84e2fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Apr 2023 20:37:52 +0000 Subject: markdown (27apr23) git-svn-id: svn://tug.org/texlive/trunk@66954 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/markdown/examples/latex.tex | 84 ---------------------- 1 file changed, 84 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/markdown/examples/latex.tex (limited to 'Master/texmf-dist/doc/latex/markdown/examples/latex.tex') diff --git a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex deleted file mode 100644 index 44736c61dc2..00000000000 --- a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex +++ /dev/null @@ -1,84 +0,0 @@ -\documentclass{book} -\usepackage{ifxetex,ifluatex} -\ifxetex - \usepackage{polyglossia} - \setmainlanguage{english} - \usepackage{fontspec} -\else\ifluatex - \usepackage{polyglossia} - \setmainlanguage{english} - \usepackage{fontspec} -\else - \usepackage[english]{babel} - \usepackage[utf8]{inputenc} - \usepackage[T1]{fontenc} - \usepackage{lmodern} -\fi\fi -\usepackage{booktabs} -\usepackage[ - contentBlocks, - debugExtensions, - definitionLists, - fancy_lists, - fencedCode, - hashEnumerators, - inlineNotes, - jekyllData, - lineBlocks, - notes, - pipeTables, - rawAttribute, - smartEllipses, - strikeThrough, - subscripts, - superscripts, - tableCaptions, - taskLists, - texMathDollars, - texMathDoubleBackslash, - texMathSingleBackslash, -]{markdown} -\begin{markdown*}{hybrid} ---- -title: An Example *Markdown* Document -author: Vít Novotný -date: \today ---- -\end{markdown*} -\begin{document} -% Typeset the document `example.md` by letting the Markdown package handle -% the conversion internally. -\markdownInput{./example.md} - -% Typeset the document `example.tex` that we prepared separately using the -% Lua command-line interface of the Markdown package and that contains a -% plain TeX representation of the document `example.md`. -\catcode`\%=12\relax -\catcode`\#=12\relax -\InputIfFileExists{./example.tex}{}{} -\catcode`\%=14\relax -\catcode`\#=6\relax - -\begin{markdown} -Here are some non-ASCII characters: *ěščřžýáíé*. -\end{markdown} - -\begin{markdown*}{html, hybrid} -Here is some HTML code mixed *with Markdown*. In \TeX, the HTML code -will be silently ignored, whereas in \TeX 4ht, the HTML code will be passed -through to the output: - - - - - - - - - - - - -
EmilTobiasLinus
161410
-\end{markdown*} -\end{document} -- cgit v1.2.3