We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
would help for improvements, features etc.
function process_file_err in manager/file_utlis.
process_file_err
manager/file_utlis
Main cases:
:md
write_page
:html
convert_html
function: write_page in manager/file_utils
manager/file_utils
Main calls:
convert_md
build_page
function: convert_md in converter/md. See also convert_md_math which is the same (and in same location) but tailored to math env
converter/md
convert_md_math
find_tokens
find_all_ocblocks
find_lxdefs
find_md_lxcoms
process_md_defs
merge_blocks
form_inter_md
md2html
md
html
convert_inter_html
JD_INSERT
convert_block
function: convert_html in converter/html
converter/html
(To be continued)
The text was updated successfully, but these errors were encountered:
see #131
Sorry, something went wrong.
No branches or pull requests
would help for improvements, features etc.
Process File
function
process_file_err
inmanager/file_utlis
.Main cases:
:md
--> functionwrite_page
:html
--> functionconvert_html
(md) write page
function:
write_page
inmanager/file_utils
Main calls:
convert_md
convert_html
for the result ofconvert_md
+ infrastructure files (head,...)build_page
(trivial function that just assembles stuff)(md) convert md
function:
convert_md
inconverter/md
. See alsoconvert_md_math
which is the same (and in same location) but tailored to math envfind_tokens
tokenizationfind_all_ocblocks
open/closefind_lxdefs
find latex definitionsfind_md_lxcoms
find latex commandsprocess_md_defs
resolve local page variablesmerge_blocks
assemble stuffform_inter_md
intermediate markdown having applied latexmd2html
frommd
tohtml
convert_inter_html
plug things back (JD_INSERT
)convert_block
(html) convert html
function:
convert_html
inconverter/html
(To be continued)
The text was updated successfully, but these errors were encountered: