You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: luaxml.tex
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1177,7 +1177,7 @@ \subsection{The domHandler}
1177
1177
\part{Original \texttt{LuaXML} documentation by Paul Chakravarti}
1178
1178
\medskip
1179
1179
1180
-
\noindent This document was created automatically from the original source code comments using Pandoc\footnote{\url{http://johnmacfarlane.net/pandoc/}}
1180
+
\noindent This document was created automatically from the original source code comments using Pandoc\footnote{\url{https://pandoc.org}}
1181
1181
1182
1182
\section{Overview}
1183
1183
@@ -1232,7 +1232,7 @@ \section{Limitations}
1232
1232
\section{API}
1233
1233
1234
1234
The parser provides a partially object-oriented API with functionality
1235
-
split into tokeniser and hanlder components.
1235
+
split into tokeniser and handler components.
1236
1236
1237
1237
The handler instance is passed to the tokeniser and receives callbacks
1238
1238
for each XML element processed (if a suitable handler function is
@@ -1419,13 +1419,13 @@ \subsection{Options}
1419
1419
\end{verbatim}
1420
1420
\subsection{Usage}
1421
1421
1422
-
Pased as delegate in xmlParser constructor and called as callback by
1422
+
Passed as delegate in xmlParser constructor and called as callback by
1423
1423
xmlParser:parse(xml) method.
1424
1424
1425
1425
\section{History}
1426
1426
1427
-
This library is fork of LuaXML library originaly created by Paul
1428
-
Chakravarti. Some files not needed for use with luatex were droped from the distribution.
1427
+
This library is fork of LuaXML library originally created by Paul
1428
+
Chakravarti. Some files not needed for use with luatex were dropped from the distribution.
1429
1429
Documentation was converted from original comments in the source code.
0 commit comments