Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 8, 2021
1 parent 1a3911e commit 513de1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -11345,14 +11345,14 @@ conference article:
% \usepackage[theme=witiko/graphicx/http]{markdown}
% \begin{document}
% \begin{markdown}
% ![img](https://github.com/witiko/markdown/raw/master/banner.png
% ![img](https://github.com/witiko/markdown/raw/main/banner.png
% "The banner of the Markdown package")
% \end{markdown}
% \end{document}
% ```````
% Typesetting the above document produces the output shown in
% Figure~\ref{fig:witiko/graphicx/http}.
% ![img](https://github.com/witiko/markdown/raw/master/banner.png
% ![img](https://github.com/witiko/markdown/raw/main/banner.png
% "The banner of the Markdown package \label{fig:witiko/graphicx/http}")
The theme requires the \pkg{catchfile} \LaTeX{} package and a Unix-like
operating system with GNU Coreutils `md5sum` and either GNU Wget or cURL
Expand All @@ -11371,7 +11371,7 @@ following content:
\usepackage[theme=witiko/graphicx/http]{markdown}
\begin{document}
\begin{markdown}
![img](https://github.com/witiko/markdown/raw/master/banner.png
![img](https://github.com/witiko/markdown/raw/main/banner.png
"The banner of the Markdown package")
\end{markdown}
\end{document}
Expand All @@ -11383,7 +11383,7 @@ lualatex document.tex
A PDF document named `document.pdf` should be produced and contain the
following image:

> ![img](https://github.com/witiko/markdown/raw/master/banner.png
> ![img](https://github.com/witiko/markdown/raw/main/banner.png
> "The banner of the Markdown package")

%</manual-options>
Expand Down

0 comments on commit 513de1f

Please sign in to comment.