Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first-class support for YAML documents #524

Merged
merged 16 commits into from
Oct 28, 2024
Merged
Prev Previous commit
Next Next commit
Fix overlong line
  • Loading branch information
Witiko committed Oct 28, 2024
commit cc64ba12595ef3069cf344339f8bfdff3b276adc
3 changes: 2 additions & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
@@ -38830,7 +38830,8 @@ end
\dosingleempty
\doinputyaml}%
\long\def\doinputyaml[#1]#2{%
\doinputmarkdown[jekyllData, expectJekyllData, ensureJekyllData, #1]{#2}}%
\doinputmarkdown
[jekyllData, expectJekyllData, ensureJekyllData, #1]{#2}}%
% \end{macrocode}
% \par
% \begin{markdown}
Loading