apex-ruby 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +17 -3
- data/ext/apex_ext/apex_ext.c +260 -91
- data/ext/apex_ext/apex_src/CHANGELOG.md +440 -0
- data/ext/apex_ext/apex_src/CMakeLists.txt +15 -1
- data/ext/apex_ext/apex_src/Formula/apex.rb +7 -2
- data/ext/apex_ext/apex_src/Package.swift +15 -4
- data/ext/apex_ext/apex_src/README.md +94 -35
- data/ext/apex_ext/apex_src/VERSION +1 -1
- data/ext/apex_ext/apex_src/apex-debug.log +4 -0
- data/ext/apex_ext/apex_src/apex.code-workspace +38 -0
- data/ext/apex_ext/apex_src/apex.taskpaper +12 -0
- data/ext/apex_ext/apex_src/apex_deflist_debug.log +25 -0
- data/ext/apex_ext/apex_src/buildnotes.md +1435 -0
- data/ext/apex_ext/apex_src/cli/main.c +262 -33
- data/ext/apex_ext/apex_src/debug.log +7 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_EXAMPLES.md +274 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_IMPLEMENTATION_PLAN.md +749 -0
- data/ext/apex_ext/apex_src/docs/CITATIONS_PLAN.md +744 -0
- data/ext/apex_ext/apex_src/docs/INDEX_IMPLEMENTATION_ANALYSIS.md +382 -0
- data/ext/apex_ext/apex_src/docs/plans/2025-02-27-man-page-output-implementation.md +351 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-12-toc-output-format.md +745 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-18-bear-image-attributes.md +829 -0
- data/ext/apex_ext/apex_src/docs/superpowers/plans/2026-07-19-apex-node-npm.md +1148 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-12-toc-output-format-design.md +161 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-18-bear-image-attributes-design.md +184 -0
- data/ext/apex_ext/apex_src/docs/superpowers/specs/2026-07-19-apex-node-npm-design.md +211 -0
- data/ext/apex_ext/apex_src/documentation/app-settings-table.md +67 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Citations.md +340 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Credits.md +11 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Header-IDs.md +234 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Inline-Attribute-Lists.md +516 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Metadata-Transforms.md +461 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Modes.md +193 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Multi-File-Documents.md +201 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Plugins.md +678 -0
- data/ext/apex_ext/apex_src/documentation/app-transformed/Syntax.md +1367 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex Command Line Options.cheatsheet.txt +6 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/C-API.html +774 -300
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Callouts.html +1194 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Citations.html +416 -216
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Command-Line-Options.html +3544 -1094
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Configuration.html +371 -97
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Credits.html +153 -23
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Examples.html +358 -124
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Filters.html +1656 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Generating-Man-Pages.html +1226 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Getting-Started.html +201 -56
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Header-IDs.html +279 -109
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Home.html +200 -53
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Indices.html +2327 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Inline-Attribute-Lists.html +690 -271
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Installation.html +201 -55
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Limitations-and-Roadmap.html +238 -68
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Metadata-Transforms.html +421 -221
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Modes.html +340 -78
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-File-Documents.html +251 -86
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Multi-Format-Images.html +1362 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Pandoc-Integration.html +277 -90
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Plugins.html +673 -346
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Quarto-Mode.html +1405 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Rendering-Markdown-In-Terminal.html +1902 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Syntax.html +1939 -1698
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Tables.html +1781 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Troubleshooting.html +315 -140
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Usage.html +307 -113
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Using-Apex-with-Jekyll.html +1132 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Writing-Tests.html +1754 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/Documents/Xcode-Integration.html +872 -376
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/docSet.dsidx +0 -0
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/optimizedIndex.dsidx +0 -0
- data/ext/apex_ext/apex_src/documentation/html/apex-app-docs.html +8746 -0
- data/ext/apex_ext/apex_src/documentation/shared_styles.css +20 -15
- data/ext/apex_ext/apex_src/documentation/transform_for_app.md +55 -0
- data/ext/apex_ext/apex_src/escaping-repro.md +103 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/Info.plist +8 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/QuickLook/Preview.png +0 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown to RTF.workflow/Contents/document.wflow +547 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/Markdown-to-RTF.workflow.zip +0 -0
- data/ext/apex_ext/apex_src/examples/quick-actions/README.md +33 -0
- data/ext/apex_ext/apex_src/include/apex/apex.h +92 -6
- data/ext/apex_ext/apex_src/include/apex/ast_rtf.h +23 -0
- data/ext/apex_ext/apex_src/include/apex/ast_terminal.h +6 -0
- data/ext/apex_ext/apex_src/include/apex/module.modulemap +5 -0
- data/ext/apex_ext/apex_src/include/apex/plugins.h +105 -0
- data/ext/apex_ext/apex_src/include/apexc.h +1 -0
- data/ext/apex_ext/apex_src/man/apex.1 +82 -78
- data/ext/apex_ext/apex_src/man/apex.1.md +81 -4
- data/ext/apex_ext/apex_src/objc/Apex.swift +73 -0
- data/ext/apex_ext/apex_src/objc/ApexPlugins.swift +79 -0
- data/ext/apex_ext/apex_src/objc/NSString+Apex.h +83 -5
- data/ext/apex_ext/apex_src/objc/NSString+Apex.m +244 -1
- data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.h +76 -0
- data/ext/apex_ext/apex_src/objc/NSString+ApexPlugins.m +169 -0
- data/ext/apex_ext/apex_src/output.html +87 -0
- data/ext/apex_ext/apex_src/plans/quarto-mode.md +442 -0
- data/ext/apex_ext/apex_src/src/_README.md +85 -32
- data/ext/apex_ext/apex_src/src/apex.c +770 -200
- data/ext/apex_ext/apex_src/src/ast_rtf.c +848 -0
- data/ext/apex_ext/apex_src/src/ast_terminal.c +184 -7
- data/ext/apex_ext/apex_src/src/extensions/abbreviations.c +10 -3
- data/ext/apex_ext/apex_src/src/extensions/advanced_tables.c +7 -11
- data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.c +467 -0
- data/ext/apex_ext/apex_src/src/extensions/bear_image_attrs.h +27 -0
- data/ext/apex_ext/apex_src/src/extensions/callouts.c +400 -4
- data/ext/apex_ext/apex_src/src/extensions/callouts.h +15 -5
- data/ext/apex_ext/apex_src/src/extensions/citations.c +26 -5
- data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.c +632 -0
- data/ext/apex_ext/apex_src/src/extensions/code_fence_attrs.h +22 -0
- data/ext/apex_ext/apex_src/src/extensions/concordance.c +632 -0
- data/ext/apex_ext/apex_src/src/extensions/definition_list.c +129 -15
- data/ext/apex_ext/apex_src/src/extensions/grid_tables.c +1050 -121
- data/ext/apex_ext/apex_src/src/extensions/html_markdown.c +569 -16
- data/ext/apex_ext/apex_src/src/extensions/ial.c +502 -52
- data/ext/apex_ext/apex_src/src/extensions/ial.h +2 -1
- data/ext/apex_ext/apex_src/src/extensions/includes.c +532 -33
- data/ext/apex_ext/apex_src/src/extensions/includes.h +7 -1
- data/ext/apex_ext/apex_src/src/extensions/index.c +1427 -140
- data/ext/apex_ext/apex_src/src/extensions/index.h +28 -0
- data/ext/apex_ext/apex_src/src/extensions/metadata.c +200 -161
- data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.c +251 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_diagrams.h +22 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_lists.c +624 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_lists.h +35 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_polish.c +264 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_polish.h +23 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.c +307 -0
- data/ext/apex_ext/apex_src/src/extensions/quarto_shortcodes.h +21 -0
- data/ext/apex_ext/apex_src/src/extensions/raw_content.c +351 -0
- data/ext/apex_ext/apex_src/src/extensions/raw_content.h +20 -0
- data/ext/apex_ext/apex_src/src/extensions/relaxed_tables.c +117 -3
- data/ext/apex_ext/apex_src/src/extensions/special_markers.c +53 -0
- data/ext/apex_ext/apex_src/src/extensions/syntax_highlight.c +23 -1
- data/ext/apex_ext/apex_src/src/extensions/table_html_postprocess.c +83 -92
- data/ext/apex_ext/apex_src/src/extensions/toc.c +446 -25
- data/ext/apex_ext/apex_src/src/extensions/toc.h +26 -1
- data/ext/apex_ext/apex_src/src/extensions/wiki_links.c +28 -0
- data/ext/apex_ext/apex_src/src/html_renderer.c +387 -17
- data/ext/apex_ext/apex_src/src/plugin_catalog.c +517 -0
- data/ext/apex_ext/apex_src/src/plugins_remote.c +88 -14
- data/ext/apex_ext/apex_src/src/plugins_remote.h +34 -0
- data/ext/apex_ext/apex_src/src/pretty_html.c +6 -1
- data/ext/apex_ext/apex_src/tests/fixtures/comprehensive_test.md +21 -0
- data/ext/apex_ext/apex_src/tests/fixtures/images/bear_image_attributes.md +10 -0
- data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.md +19 -0
- data/ext/apex_ext/apex_src/tests/fixtures/includes/sections.txt +11 -0
- data/ext/apex_ext/apex_src/tests/fixtures/minimal_pb.md +2 -0
- data/ext/apex_ext/apex_src/tests/fixtures/obsidian-callouts.md +46 -0
- data/ext/apex_ext/apex_src/tests/fixtures/pagebreak_html_repro.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/python-callouts.md +47 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/callouts.md +3 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/code-attrs.md +3 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/diagrams.md +8 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/lists.md +19 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/raw-content.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/shortcodes.md +7 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/smoke.md +81 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto/spans.md +5 -0
- data/ext/apex_ext/apex_src/tests/fixtures/quarto-callouts.md +47 -0
- data/ext/apex_ext/apex_src/tests/fixtures/speed.md +192 -0
- data/ext/apex_ext/apex_src/tests/fixtures/tables/grid-tables.md +37 -0
- data/ext/apex_ext/apex_src/tests/paginate_cli_test.sh +16 -0
- data/ext/apex_ext/apex_src/tests/test_bear_image_attrs.c +301 -0
- data/ext/apex_ext/apex_src/tests/test_concordance.tsv +4 -0
- data/ext/apex_ext/apex_src/tests/test_escaping_repro.c +82 -0
- data/ext/apex_ext/apex_src/tests/test_extensions.c +821 -1
- data/ext/apex_ext/apex_src/tests/test_ial.c +7 -0
- data/ext/apex_ext/apex_src/tests/test_marked_integration.c +25 -0
- data/ext/apex_ext/apex_src/tests/test_metadata.c +129 -0
- data/ext/apex_ext/apex_src/tests/test_output.c +568 -2
- data/ext/apex_ext/apex_src/tests/test_runner.c +11 -0
- data/ext/apex_ext/apex_src/tests/test_tables.c +420 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/CMakeLists.txt +1 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/autolink.c +77 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/extensions/table.c +135 -5
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/blocks.c +56 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/config.h +38 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/src/main.c +1 -1
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/cmark.cpython-314.pyc +0 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/__pycache__/normalize.cpython-314.pyc +0 -0
- data/ext/apex_ext/apex_src/vendor/cmark-gfm/test/extensions.txt +69 -0
- data/ext/apex_ext/apex_src/xcode_build/CMakeScripts/ReRunCMake.make +74 -0
- data/ext/apex_ext/apex_src/xcode_build/CTestTestfile.cmake +22 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Apex +0 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/Resources/Info.plist +44 -0
- data/ext/apex_ext/apex_src/xcode_build/Debug/Apex.framework/Versions/A/_CodeSignature/CodeResources +128 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.pbxproj +5118 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/project.xcworkspace/xcuserdata/ttscoff.xcuserdatad/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/apex.xcodeproj/xcuserdata/ttscoff.xcuserdatad/xcschemes/xcschememanagement.plist +99 -0
- data/ext/apex_ext/apex_src/xcode_build/cmake_install.cmake +452 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/CMakeScripts/ReRunCMake.make +52 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmake_install.cmake +55 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.pbxproj +2455 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/cmark-gfm.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +8 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/extensions/cmake_install.cmake +171 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/man/cmake_install.cmake +55 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmake_install.cmake +220 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_export.h +43 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/cmark-gfm_version.h +7 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/config.h +76 -0
- data/ext/apex_ext/apex_src/xcode_build/vendor/cmark-gfm/src/libcmark-gfm.pc +10 -0
- data/ext/apex_ext/extconf.rb +35 -0
- data/lib/apex/version.rb +2 -2
- metadata +117 -2
- data/ext/apex_ext/apex_src/documentation/docsets/Apex.docset/Contents/Resources/tempOptimizedIndex.dsidx +0 -0
|
@@ -5,8 +5,97 @@
|
|
|
5
5
|
|
|
6
6
|
<meta charset="UTF-8">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
8
|
-
<meta name="generator" content="Apex
|
|
8
|
+
<meta name="generator" content="Apex 1.1.12">
|
|
9
9
|
<title>Document</title>
|
|
10
|
+
<style>
|
|
11
|
+
/* GitHub-style syntax highlighting for Pygments and Skylighting */
|
|
12
|
+
/* Don't apply background to wrapper when code highlighting is enabled - let default styles handle it */
|
|
13
|
+
.code-highlighted .highlight, .code-highlighted .sourceCode { background: inherit; border-radius: 6px; padding: 16px; overflow-x: auto; }
|
|
14
|
+
.highlight pre, .sourceCode pre { margin: 0; padding: 0; background: transparent; }
|
|
15
|
+
.highlight code, .sourceCode code { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: 12px; line-height: 1.45; }
|
|
16
|
+
/* Pygments classes */
|
|
17
|
+
.highlight .k { color: #d73a49; font-weight: 600; } /* Keyword */
|
|
18
|
+
.highlight .kt { color: #d73a49; } /* Keyword.Type */
|
|
19
|
+
.highlight .kd { color: #d73a49; font-weight: 600; } /* Keyword.Declaration */
|
|
20
|
+
.highlight .kn { color: #d73a49; } /* Keyword.Namespace */
|
|
21
|
+
.highlight .kp { color: #d73a49; } /* Keyword.Pseudo */
|
|
22
|
+
.highlight .kr { color: #d73a49; font-weight: 600; } /* Keyword.Reserved */
|
|
23
|
+
.highlight .n { color: #6f42c1; } /* Name */
|
|
24
|
+
.highlight .na { color: #6f42c1; } /* Name.Attribute */
|
|
25
|
+
.highlight .nc { color: #6f42c1; font-weight: 600; } /* Name.Class */
|
|
26
|
+
.highlight .no { color: #005cc5; } /* Name.Constant */
|
|
27
|
+
.highlight .nd { color: #6f42c1; font-weight: 600; } /* Name.Decorator */
|
|
28
|
+
.highlight .ni { color: #800080; } /* Name.Entity */
|
|
29
|
+
.highlight .ne { color: #990000; font-weight: 600; } /* Name.Exception */
|
|
30
|
+
.highlight .nf { color: #6f42c1; font-weight: 600; } /* Name.Function */
|
|
31
|
+
.highlight .nl { color: #6f42c1; } /* Name.Label */
|
|
32
|
+
.highlight .nn { color: #555; } /* Name.Namespace */
|
|
33
|
+
.highlight .nt { color: #22863a; } /* Name.Tag */
|
|
34
|
+
.highlight .nv { color: #e36209; } /* Name.Variable */
|
|
35
|
+
.highlight .s { color: #032f62; } /* String */
|
|
36
|
+
.highlight .sb { color: #032f62; } /* String.Backtick */
|
|
37
|
+
.highlight .sc { color: #032f62; } /* String.Char */
|
|
38
|
+
.highlight .sd { color: #032f62; } /* String.Doc */
|
|
39
|
+
.highlight .s2 { color: #032f62; } /* String.Double */
|
|
40
|
+
.highlight .se { color: #032f62; } /* String.Escape */
|
|
41
|
+
.highlight .sh { color: #032f62; } /* String.Heredoc */
|
|
42
|
+
.highlight .si { color: #032f62; } /* String.Interpol */
|
|
43
|
+
.highlight .sx { color: #032f62; } /* String.Other */
|
|
44
|
+
.highlight .sr { color: #032f62; } /* String.Regex */
|
|
45
|
+
.highlight .s1 { color: #032f62; } /* String.Single */
|
|
46
|
+
.highlight .ss { color: #032f62; } /* String.Symbol */
|
|
47
|
+
.highlight .c { color: #6a737d; font-style: italic; } /* Comment */
|
|
48
|
+
.highlight .c1 { color: #6a737d; font-style: italic; } /* Comment.Single */
|
|
49
|
+
.highlight .cm { color: #6a737d; font-style: italic; } /* Comment.Multiline */
|
|
50
|
+
.highlight .cp { color: #6a737d; font-weight: 600; } /* Comment.Preproc */
|
|
51
|
+
.highlight .cs { color: #6a737d; font-weight: 600; font-style: italic; } /* Comment.Special */
|
|
52
|
+
.highlight .m { color: #005cc5; } /* Literal.Number */
|
|
53
|
+
.highlight .mb { color: #005cc5; } /* Literal.Number.Bin */
|
|
54
|
+
.highlight .mf { color: #005cc5; } /* Literal.Number.Float */
|
|
55
|
+
.highlight .mh { color: #005cc5; } /* Literal.Number.Hex */
|
|
56
|
+
.highlight .mi { color: #005cc5; } /* Literal.Number.Integer */
|
|
57
|
+
.highlight .il { color: #005cc5; } /* Literal.Number.Integer.Long */
|
|
58
|
+
.highlight .mo { color: #005cc5; } /* Literal.Number.Oct */
|
|
59
|
+
.highlight .o { color: #d73a49; } /* Operator */
|
|
60
|
+
.highlight .ow { color: #d73a49; } /* Operator.Word */
|
|
61
|
+
.highlight .p { color: #24292e; } /* Punctuation */
|
|
62
|
+
.highlight .w { color: #e1e4e8; } /* Text.Whitespace */
|
|
63
|
+
/* Skylighting classes */
|
|
64
|
+
.sourceCode .kw { color: #d73a49; font-weight: 600; } /* Keyword */
|
|
65
|
+
.sourceCode .dt { color: #6f42c1; } /* DataType */
|
|
66
|
+
.sourceCode .dv { color: #005cc5; } /* DecVal */
|
|
67
|
+
.sourceCode .bn { color: #005cc5; } /* BaseN */
|
|
68
|
+
.sourceCode .fl { color: #005cc5; } /* Float */
|
|
69
|
+
.sourceCode .ch { color: #032f62; } /* Char */
|
|
70
|
+
.sourceCode .st { color: #032f62; } /* String */
|
|
71
|
+
.sourceCode .co { color: #6a737d; font-style: italic; } /* Comment */
|
|
72
|
+
.sourceCode .ot { color: #22863a; } /* Other */
|
|
73
|
+
.sourceCode .al { color: #e36209; font-weight: 600; } /* Alert */
|
|
74
|
+
.sourceCode .fu { color: #6f42c1; font-weight: 600; } /* Function */
|
|
75
|
+
.sourceCode .re { color: #032f62; } /* RegionMarker */
|
|
76
|
+
.sourceCode .er { color: #d73a49; font-weight: 600; } /* Error */
|
|
77
|
+
.sourceCode .cf { color: #d73a49; font-weight: 600; } /* ControlFlow */
|
|
78
|
+
.sourceCode .op { color: #d73a49; } /* Operator */
|
|
79
|
+
.sourceCode .pp { color: #6a737d; } /* Preprocessor */
|
|
80
|
+
.sourceCode .at { color: #005cc5; } /* Attribute */
|
|
81
|
+
.sourceCode .do { color: #6a737d; font-style: italic; } /* Documentation */
|
|
82
|
+
.sourceCode .an { color: #6a737d; font-weight: 600; } /* Annotation */
|
|
83
|
+
.sourceCode .cv { color: #6a737d; font-weight: 600; font-style: italic; } /* CommentVar */
|
|
84
|
+
.sourceCode .in { color: #6a737d; } /* Information */
|
|
85
|
+
.sourceCode .wa { color: #e36209; font-weight: 600; } /* Warning */
|
|
86
|
+
.sourceCode .im { color: #d73a49; } /* Import */
|
|
87
|
+
.sourceCode .bu { color: #005cc5; } /* BuiltIn */
|
|
88
|
+
.sourceCode .ex { color: #6f42c1; } /* Extension */
|
|
89
|
+
.sourceCode .va { color: #e36209; } /* Variable */
|
|
90
|
+
.sourceCode .ss { color: #032f62; } /* SpecialString */
|
|
91
|
+
.sourceCode .sc { color: #032f62; } /* SpecialChar */
|
|
92
|
+
.sourceCode .vs { color: #032f62; } /* VerbatimString */
|
|
93
|
+
.sourceCode .il { color: #005cc5; } /* Special */
|
|
94
|
+
/* Line numbers (Skylighting) */
|
|
95
|
+
.sourceCode.numberSource .sourceCode { counter-reset: line; }
|
|
96
|
+
.sourceCode.numberSource .sourceCode > span { position: relative; left: -4em; counter-increment: line; }
|
|
97
|
+
.sourceCode.numberSource .sourceCode > span > a:first-child::before { content: counter(line); position: relative; left: -1em; text-align: right; vertical-align: baseline; border: none; display: inline-block; min-width: 1em; padding-right: 0.5em; color: #aaa; }
|
|
98
|
+
</style>
|
|
10
99
|
<style>
|
|
11
100
|
body {
|
|
12
101
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
@@ -35,10 +124,52 @@
|
|
|
35
124
|
ins { background: #d4fcbc; text-decoration: none; }
|
|
36
125
|
del { background: #fbb6c2; text-decoration: line-through; }
|
|
37
126
|
mark { background: #fff3cd; }
|
|
127
|
+
.smallcaps { font-variant: small-caps; }
|
|
128
|
+
.underline { text-decoration: underline; }
|
|
129
|
+
span.mark { background: #fff3cd; }
|
|
130
|
+
.hidden { display: none; }
|
|
131
|
+
.quarto-xref { font-variant: normal; }
|
|
38
132
|
.critic.comment { background: #e7e7e7; color: #666; font-style: italic; }
|
|
133
|
+
.mkhashtag { color: #666; }
|
|
134
|
+
.mkstyledtag {
|
|
135
|
+
display: inline-block;
|
|
136
|
+
background: #e0e0e0;
|
|
137
|
+
padding: 3px 9px;
|
|
138
|
+
border-radius: 20px;
|
|
139
|
+
font-size: 0.9em;
|
|
140
|
+
line-height: 1.4;
|
|
141
|
+
color: #333;
|
|
142
|
+
margin: 0 2px;
|
|
143
|
+
}
|
|
39
144
|
</style>
|
|
145
|
+
<meta name="paginate" content="symbols"/>
|
|
146
|
+
<meta name="highlight-language-only" content="true"/>
|
|
147
|
+
<meta name="code-line-numbers" content="false"/>
|
|
148
|
+
<meta name="code-highlight" content="pygments"/>
|
|
149
|
+
<meta name="sup-sub" content="true"/>
|
|
150
|
+
<meta name="relaxed-tables" content="true"/>
|
|
151
|
+
<meta name="includes" content="true"/>
|
|
152
|
+
<meta name="autolink" content="true"/>
|
|
153
|
+
<meta name="pretty" content="false"/>
|
|
154
|
+
<meta name="standalone" content="false"/>
|
|
155
|
+
<meta name="mode" content="unified"/>
|
|
156
|
+
<meta name="markdown-in-html" content="true"/>
|
|
157
|
+
<meta name="image-captions" content="true"/>
|
|
158
|
+
<meta name="wikilink-extension" content="html"/>
|
|
159
|
+
<meta name="wikilink-space" content="hyphen"/>
|
|
160
|
+
<meta name="wikilinks" content="true"/>
|
|
161
|
+
<meta name="widont" content="true"/>
|
|
162
|
+
<meta name="plugins" content="true"/>
|
|
163
|
+
<meta name="id-format" content="gfm"/>
|
|
164
|
+
|
|
40
165
|
<style>
|
|
41
|
-
|
|
166
|
+
:root {
|
|
167
|
+
/* border-box width of the fixed sidebar; body offset includes a small gap */
|
|
168
|
+
--sidebar-width: 250px;
|
|
169
|
+
--sidebar-offset: 270px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* Base styles — override Apex standalone centering (max-width + margin: auto) */
|
|
42
173
|
body {
|
|
43
174
|
-webkit-font-smoothing: antialiased;
|
|
44
175
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -48,6 +179,11 @@ body {
|
|
|
48
179
|
line-height: 1.65;
|
|
49
180
|
color: #1e293b;
|
|
50
181
|
background-color: #fff;
|
|
182
|
+
max-width: none;
|
|
183
|
+
width: auto;
|
|
184
|
+
margin: 2rem 2rem 2rem var(--sidebar-offset);
|
|
185
|
+
padding: 0 1rem;
|
|
186
|
+
box-sizing: border-box;
|
|
51
187
|
}
|
|
52
188
|
|
|
53
189
|
/* Sidebar / Main TOC - wider on larger screens */
|
|
@@ -56,9 +192,10 @@ body {
|
|
|
56
192
|
position: fixed;
|
|
57
193
|
left: 0;
|
|
58
194
|
top: 0;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
195
|
+
box-sizing: border-box;
|
|
196
|
+
width: var(--sidebar-width);
|
|
197
|
+
min-width: var(--sidebar-width);
|
|
198
|
+
max-width: var(--sidebar-width);
|
|
62
199
|
height: 100vh;
|
|
63
200
|
overflow-y: auto;
|
|
64
201
|
background: #1e293b;
|
|
@@ -67,7 +204,6 @@ body {
|
|
|
67
204
|
padding: 24px 20px 130px;
|
|
68
205
|
font-size: 14px;
|
|
69
206
|
z-index: 100;
|
|
70
|
-
margin-right: 1rem;
|
|
71
207
|
box-shadow: 4px 0 24px rgba(0, 0, 0, 0.08);
|
|
72
208
|
transition: transform 0.3s ease;
|
|
73
209
|
}
|
|
@@ -116,11 +252,6 @@ body {
|
|
|
116
252
|
font-weight: 500;
|
|
117
253
|
}
|
|
118
254
|
|
|
119
|
-
/* Body margin for sidebar */
|
|
120
|
-
body {
|
|
121
|
-
margin-left: 270px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
255
|
/* Hamburger menu button */
|
|
125
256
|
.hamburger-menu {
|
|
126
257
|
display: none;
|
|
@@ -136,6 +267,7 @@ body {
|
|
|
136
267
|
color: rgba(255, 255, 255, 0.9);
|
|
137
268
|
font-size: 20px;
|
|
138
269
|
line-height: 1;
|
|
270
|
+
box-sizing: border-box;
|
|
139
271
|
width: 44px;
|
|
140
272
|
height: 44px;
|
|
141
273
|
align-items: center;
|
|
@@ -153,9 +285,7 @@ body {
|
|
|
153
285
|
|
|
154
286
|
/* Move hamburger to the right of the sidebar when menu is open */
|
|
155
287
|
.hamburger-menu.active {
|
|
156
|
-
left: calc(
|
|
157
|
-
250px + 12px
|
|
158
|
-
); /* Position just to the right of sidebar (max-width 250px + 12px padding) */
|
|
288
|
+
left: calc(var(--sidebar-width) + 12px);
|
|
159
289
|
}
|
|
160
290
|
|
|
161
291
|
.hamburger-menu.active {
|
|
@@ -251,7 +381,7 @@ body {
|
|
|
251
381
|
.floating-toc {
|
|
252
382
|
position: fixed;
|
|
253
383
|
top: 0;
|
|
254
|
-
left:
|
|
384
|
+
left: var(--sidebar-offset);
|
|
255
385
|
right: 0;
|
|
256
386
|
z-index: 50;
|
|
257
387
|
opacity: 0;
|
|
@@ -677,7 +807,7 @@ ol ul {
|
|
|
677
807
|
}
|
|
678
808
|
|
|
679
809
|
body {
|
|
680
|
-
margin
|
|
810
|
+
margin: 2rem 1rem;
|
|
681
811
|
}
|
|
682
812
|
|
|
683
813
|
.floating-toc {
|
|
@@ -687,7 +817,7 @@ ol ul {
|
|
|
687
817
|
|
|
688
818
|
</style></head>
|
|
689
819
|
|
|
690
|
-
<body>
|
|
820
|
+
<body class="code-highlighted">
|
|
691
821
|
<div class="floating-toc" id="floating-toc">
|
|
692
822
|
<div class="floating-toc-container">
|
|
693
823
|
<div class="floating-toc-header">
|
|
@@ -702,12 +832,12 @@ ol ul {
|
|
|
702
832
|
<button class="hamburger-menu" id="hamburger-menu" aria-label="Toggle navigation"></button>
|
|
703
833
|
<div class="mobile-menu-overlay" id="mobile-menu-overlay"></div>
|
|
704
834
|
|
|
705
|
-
<nav class="main-toc"><ul><li><a href="Home.html">Home</a></li><li><a href="Getting-Started.html">Getting Started</a></li><li><a href="Installation.html">Installation</a></li><li><a href="Usage.html">Usage</a></li><li><a href="Syntax.html">Syntax</a></li><li><a href="Inline-Attribute-Lists.html">Inline Attribute Lists</a></li><li><a href="Modes.html">Modes</a></li><li><a href="Command-Line-Options.html">Command Line Options</a></li><li><a href="Multi-File-Documents.html">Multi-file Documents</a></li><li><a href="Citations.html">Citations</a></li><li><a href="Metadata-Transforms.html">Metadata Transforms</a></li><li><a href="Pandoc-Integration.html">Integrating with Pandoc</a></li><li><a href="Header-IDs.html">Header IDs</a></li><li><a href="C-API.html">C API</a></li><li><a href="Xcode-Integration.html">Xcode Integration</a></li><li><a href="Examples.html">Examples</a></li><li><a href="Plugins.html">Plugins</a></li><li><a href="Troubleshooting.html">Troubleshooting</a></li><li><a href="Credits.html">Credits</a></li></ul></nav>
|
|
835
|
+
<nav class="main-toc"><ul><li><a href="Home.html">Home</a></li><li><a href="Getting-Started.html">Getting Started</a></li><li><a href="Installation.html">Installation</a></li><li><a href="Usage.html">Usage</a></li><li><a href="Syntax.html">Syntax</a></li><li><a href="Callouts.html">Callouts</a></li><li><a href="Tables.html">Tables</a></li><li><a href="Inline-Attribute-Lists.html">Inline Attribute Lists</a></li><li><a href="Modes.html">Modes</a></li><li><a href="Quarto-Mode.html">Quarto Mode</a></li><li><a href="Command-Line-Options.html">Command Line Options</a></li><li><a href="Rendering-Markdown-In-Terminal.html">Rendering Markdown in the Terminal</a></li><li><a href="Generating-Man-Pages.html">Generating Man Pages</a></li><li><a href="Multi-File-Documents.html">Multi-file Documents</a></li><li><a href="Citations.html">Citations</a></li><li><a href="Indices.html">Indices</a></li><li><a href="Metadata-Transforms.html">Metadata Transforms</a></li><li><a href="Pandoc-Integration.html">Integrating with Pandoc</a></li><li><a href="Using-Apex-with-Jekyll.html">Using Apex with Jekyll</a></li><li><a href="Header-IDs.html">Header IDs</a></li><li><a href="C-API.html">C API</a></li><li><a href="Writing-Tests.html">Writing Tests</a></li><li><a href="Xcode-Integration.html">Xcode Integration</a></li><li><a href="Examples.html">Examples</a></li><li><a href="Plugins.html">Plugins</a></li><li><a href="Filters.html">Filters</a></li><li><a href="Troubleshooting.html">Troubleshooting</a></li><li><a href="Credits.html">Credits</a></li></ul></nav>
|
|
706
836
|
|
|
707
837
|
<h1 id="limitations-and-roadmap">
|
|
708
|
-
Limitations and
|
|
838
|
+
Limitations and Roadmap
|
|
709
839
|
</h1>
|
|
710
|
-
<nav class="page-toc" id="page-toc-top"><ul><li><a href="#limitations-and-roadmap">Limitations and
|
|
840
|
+
<nav class="page-toc" id="page-toc-top"><ul><li><a href="#limitations-and-roadmap">Limitations and Roadmap</a><ul><li><a href="#known-limitations">Known Limitations</a><ul><li><a href="#current-limitations">Current Limitations</a><ul><li><a href="#strict-xhtml-in-fragment-non-standalone-mode">Strict XHTML in fragment (non-standalone) mode</a></li><li><a href="#1-definition-lists-parsing">1. Definition Lists Parsing</a></li><li><a href="#2-span-level-inline-attribute-lists-ial">2. Span-Level Inline Attribute Lists (IAL)</a></li><li><a href="#3-html-markdown-attributes">3. HTML Markdown Attributes</a></li><li><a href="#4-multimarkdown-transclusion-syntax">4. MultiMarkdown Transclusion Syntax</a></li><li><a href="#5-critic-markup-edge-cases">5. Critic Markup Edge Cases</a></li><li><a href="#6-complete-github-emoji-set">6. Complete GitHub Emoji Set</a></li></ul></li><li><a href="#resolved-limitations">Resolved Limitations</a></li></ul></li><li><a href="#roadmap">Roadmap</a><ul><li><a href="#completed-features-white_check_mark">Completed Features ✅</a></li><li><a href="#high-priority-next-release">High Priority (Next Release)</a></li><li><a href="#medium-priority-future-releases">Medium Priority (Future Releases)</a></li><li><a href="#low-priority-nice-to-have">Low Priority (Nice to Have)</a></li><li><a href="#future-considerations">Future Considerations</a></li></ul></li><li><a href="#version-history">Version History</a><ul><li><a href="#v010-current">v0.1.0 (Current)</a></li><li><a href="#future-versions">Future Versions</a></li></ul></li><li><a href="#contributing">Contributing</a></li><li><a href="#related">Related</a></li></ul></li></ul></nav>
|
|
711
841
|
|
|
712
842
|
<p>
|
|
713
843
|
This page documents known limitations of Apex and the planned roadmap for future development.
|
|
@@ -721,16 +851,48 @@ ol ul {
|
|
|
721
851
|
Current Limitations
|
|
722
852
|
</h3>
|
|
723
853
|
|
|
854
|
+
<h4 id="strict-xhtml-in-fragment-non-standalone-mode">
|
|
855
|
+
Strict XHTML in fragment (non-standalone) mode
|
|
856
|
+
</h4>
|
|
857
|
+
|
|
858
|
+
<p>
|
|
859
|
+
<strong>Status:</strong> By design (documented)
|
|
860
|
+
</p>
|
|
861
|
+
|
|
862
|
+
<p>
|
|
863
|
+
<strong>Details:</strong>
|
|
864
|
+
</p>
|
|
865
|
+
|
|
866
|
+
<ul>
|
|
867
|
+
|
|
868
|
+
<li>
|
|
869
|
+
With <code>--strict-xhtml</code> but <strong>without</strong> <code>--standalone</code>, Apex applies XML-style serialization for void/empty HTML elements (same family of changes as <code>--xhtml</code>).
|
|
870
|
+
</li>
|
|
871
|
+
|
|
872
|
+
<li>
|
|
873
|
+
It does <strong>not</strong> validate the full output as well-formed XML, and it does <strong>not</strong> repair arbitrary raw HTML. Content that is already ill-formed (unbalanced tags, unescaped <code>&</code> / <code><</code> / <code>></code> in text when raw HTML is allowed, etc.) may still produce output that is not valid XML.
|
|
874
|
+
</li>
|
|
875
|
+
|
|
876
|
+
<li>
|
|
877
|
+
Full polyglot document headers (XML declaration, XHTML namespace, <code>Content-Type</code> meta) require <code>--standalone</code>.
|
|
878
|
+
</li>
|
|
879
|
+
|
|
880
|
+
</ul>
|
|
881
|
+
|
|
882
|
+
<p>
|
|
883
|
+
<strong>Workaround:</strong> Use <code>--standalone</code> when you need a complete polyglot document wrapper, and avoid embedding problematic raw HTML if you require strict XML from a fragment.
|
|
884
|
+
</p>
|
|
885
|
+
|
|
724
886
|
<h4 id="1-definition-lists-parsing">
|
|
725
|
-
1. Definition Lists
|
|
887
|
+
1. Definition Lists Parsing
|
|
726
888
|
</h4>
|
|
727
889
|
|
|
728
890
|
<p>
|
|
729
|
-
<strong>
|
|
891
|
+
<strong>Status:</strong> Foundation complete, parsing needs enhancement
|
|
730
892
|
</p>
|
|
731
893
|
|
|
732
894
|
<p>
|
|
733
|
-
<strong>
|
|
895
|
+
<strong>Details:</strong>
|
|
734
896
|
</p>
|
|
735
897
|
|
|
736
898
|
<ul>
|
|
@@ -750,23 +912,23 @@ ol ul {
|
|
|
750
912
|
</ul>
|
|
751
913
|
|
|
752
914
|
<p>
|
|
753
|
-
<strong>
|
|
915
|
+
<strong>Workaround:</strong> Use standard lists or HTML for now.
|
|
754
916
|
</p>
|
|
755
917
|
|
|
756
918
|
<p>
|
|
757
|
-
<strong>
|
|
919
|
+
<strong>Priority:</strong> Medium
|
|
758
920
|
</p>
|
|
759
921
|
|
|
760
922
|
<h4 id="2-span-level-inline-attribute-lists-ial">
|
|
761
|
-
2. Span-Level Inline Attribute Lists
|
|
923
|
+
2. Span-Level Inline Attribute Lists (IAL)
|
|
762
924
|
</h4>
|
|
763
925
|
|
|
764
926
|
<p>
|
|
765
|
-
<strong>
|
|
927
|
+
<strong>Status:</strong> Not implemented
|
|
766
928
|
</p>
|
|
767
929
|
|
|
768
930
|
<p>
|
|
769
|
-
<strong>
|
|
931
|
+
<strong>Details:</strong>
|
|
770
932
|
</p>
|
|
771
933
|
|
|
772
934
|
<ul>
|
|
@@ -782,23 +944,23 @@ ol ul {
|
|
|
782
944
|
</ul>
|
|
783
945
|
|
|
784
946
|
<p>
|
|
785
|
-
<strong>
|
|
947
|
+
<strong>Workaround:</strong> Use block-level IAL or HTML attributes.
|
|
786
948
|
</p>
|
|
787
949
|
|
|
788
950
|
<p>
|
|
789
|
-
<strong>
|
|
951
|
+
<strong>Priority:</strong> Low
|
|
790
952
|
</p>
|
|
791
953
|
|
|
792
954
|
<h4 id="3-html-markdown-attributes">
|
|
793
|
-
3. HTML Markdown
|
|
955
|
+
3. HTML Markdown Attributes
|
|
794
956
|
</h4>
|
|
795
957
|
|
|
796
958
|
<p>
|
|
797
|
-
<strong>
|
|
959
|
+
<strong>Status:</strong> Not implemented
|
|
798
960
|
</p>
|
|
799
961
|
|
|
800
962
|
<p>
|
|
801
|
-
<strong>
|
|
963
|
+
<strong>Details:</strong>
|
|
802
964
|
</p>
|
|
803
965
|
|
|
804
966
|
<ul>
|
|
@@ -814,29 +976,29 @@ ol ul {
|
|
|
814
976
|
</ul>
|
|
815
977
|
|
|
816
978
|
<p>
|
|
817
|
-
<strong>
|
|
979
|
+
<strong>Workaround:</strong> Use raw HTML or process HTML separately.
|
|
818
980
|
</p>
|
|
819
981
|
|
|
820
982
|
<p>
|
|
821
|
-
<strong>
|
|
983
|
+
<strong>Priority:</strong> Low
|
|
822
984
|
</p>
|
|
823
985
|
|
|
824
986
|
<h4 id="4-multimarkdown-transclusion-syntax">
|
|
825
|
-
4. MultiMarkdown Transclusion
|
|
987
|
+
4. MultiMarkdown Transclusion Syntax
|
|
826
988
|
</h4>
|
|
827
989
|
|
|
828
990
|
<p>
|
|
829
|
-
<strong>
|
|
991
|
+
<strong>Status:</strong> Partial
|
|
830
992
|
</p>
|
|
831
993
|
|
|
832
994
|
<p>
|
|
833
|
-
<strong>
|
|
995
|
+
<strong>Details:</strong>
|
|
834
996
|
</p>
|
|
835
997
|
|
|
836
998
|
<ul>
|
|
837
999
|
|
|
838
1000
|
<li>
|
|
839
|
-
Marked’s include syntax (<code>, </code>,
|
|
1001
|
+
Marked’s include syntax (<code><<[file]</code>, <code><<(code)</code>, <code><<{html}</code>) is fully supported
|
|
840
1002
|
</li>
|
|
841
1003
|
|
|
842
1004
|
<li>
|
|
@@ -854,23 +1016,23 @@ ol ul {
|
|
|
854
1016
|
</ul>
|
|
855
1017
|
|
|
856
1018
|
<p>
|
|
857
|
-
<strong>
|
|
1019
|
+
<strong>Workaround:</strong> Use Marked’s include syntax in unified mode.
|
|
858
1020
|
</p>
|
|
859
1021
|
|
|
860
1022
|
<p>
|
|
861
|
-
<strong>
|
|
1023
|
+
<strong>Priority:</strong> Low
|
|
862
1024
|
</p>
|
|
863
1025
|
|
|
864
1026
|
<h4 id="5-critic-markup-edge-cases">
|
|
865
|
-
5. Critic Markup
|
|
1027
|
+
5. Critic Markup Edge Cases
|
|
866
1028
|
</h4>
|
|
867
1029
|
|
|
868
1030
|
<p>
|
|
869
|
-
<strong>
|
|
1031
|
+
<strong>Status:</strong> Minor edge cases exist
|
|
870
1032
|
</p>
|
|
871
1033
|
|
|
872
1034
|
<p>
|
|
873
|
-
<strong>
|
|
1035
|
+
<strong>Details:</strong>
|
|
874
1036
|
</p>
|
|
875
1037
|
|
|
876
1038
|
<ul>
|
|
@@ -890,19 +1052,19 @@ ol ul {
|
|
|
890
1052
|
</ul>
|
|
891
1053
|
|
|
892
1054
|
<p>
|
|
893
|
-
<strong>
|
|
1055
|
+
<strong>Priority:</strong> Low
|
|
894
1056
|
</p>
|
|
895
1057
|
|
|
896
1058
|
<h4 id="6-complete-github-emoji-set">
|
|
897
|
-
6. Complete GitHub
|
|
1059
|
+
6. Complete GitHub Emoji Set
|
|
898
1060
|
</h4>
|
|
899
1061
|
|
|
900
1062
|
<p>
|
|
901
|
-
<strong>
|
|
1063
|
+
<strong>Status:</strong> Partial (350+ emoji supported)
|
|
902
1064
|
</p>
|
|
903
1065
|
|
|
904
1066
|
<p>
|
|
905
|
-
<strong>
|
|
1067
|
+
<strong>Details:</strong>
|
|
906
1068
|
</p>
|
|
907
1069
|
|
|
908
1070
|
<ul>
|
|
@@ -918,11 +1080,11 @@ ol ul {
|
|
|
918
1080
|
</ul>
|
|
919
1081
|
|
|
920
1082
|
<p>
|
|
921
|
-
<strong>
|
|
1083
|
+
<strong>Workaround:</strong> Most common emoji work. Unsupported emoji will appear as text.
|
|
922
1084
|
</p>
|
|
923
1085
|
|
|
924
1086
|
<p>
|
|
925
|
-
<strong>
|
|
1087
|
+
<strong>Priority:</strong> Very Low
|
|
926
1088
|
</p>
|
|
927
1089
|
|
|
928
1090
|
<h3 id="resolved-limitations">
|
|
@@ -974,7 +1136,7 @@ ol ul {
|
|
|
974
1136
|
</h2>
|
|
975
1137
|
|
|
976
1138
|
<h3 id="completed-features-white_check_mark">
|
|
977
|
-
Completed Features
|
|
1139
|
+
Completed Features ✅
|
|
978
1140
|
</h3>
|
|
979
1141
|
|
|
980
1142
|
<ul>
|
|
@@ -1036,7 +1198,7 @@ ol ul {
|
|
|
1036
1198
|
</li>
|
|
1037
1199
|
|
|
1038
1200
|
<li>
|
|
1039
|
-
<input type="checkbox" checked="" disabled="" /> File includes (<code>, </code>,
|
|
1201
|
+
<input type="checkbox" checked="" disabled="" /> File includes (<code><<[file]</code>, <code><<(code)</code>, <code><<{html}</code>)
|
|
1040
1202
|
</li>
|
|
1041
1203
|
|
|
1042
1204
|
<li>
|
|
@@ -1048,7 +1210,7 @@ ol ul {
|
|
|
1048
1210
|
</li>
|
|
1049
1211
|
|
|
1050
1212
|
<li>
|
|
1051
|
-
<input type="checkbox" checked="" disabled="" /> Page breaks (<code><
|
|
1213
|
+
<input type="checkbox" checked="" disabled="" /> Page breaks (<code><!--BREAK--></code>, <code>{::pagebreak /}</code>)
|
|
1052
1214
|
</li>
|
|
1053
1215
|
|
|
1054
1216
|
<li>
|
|
@@ -1079,6 +1241,10 @@ ol ul {
|
|
|
1079
1241
|
<input type="checkbox" checked="" disabled="" /> Relaxed tables (no separator rows)
|
|
1080
1242
|
</li>
|
|
1081
1243
|
|
|
1244
|
+
<li>
|
|
1245
|
+
<input type="checkbox" checked="" disabled="" /> Grid tables (Pandoc <code>+---+</code> syntax, opt-in via <code>--grid-tables</code>)
|
|
1246
|
+
</li>
|
|
1247
|
+
|
|
1082
1248
|
<li>
|
|
1083
1249
|
<input type="checkbox" checked="" disabled="" /> Definition lists foundation (HTML rendering)
|
|
1084
1250
|
</li>
|
|
@@ -1086,7 +1252,7 @@ ol ul {
|
|
|
1086
1252
|
</ul>
|
|
1087
1253
|
|
|
1088
1254
|
<h3 id="high-priority-next-release">
|
|
1089
|
-
High Priority (Next
|
|
1255
|
+
High Priority (Next Release)
|
|
1090
1256
|
</h3>
|
|
1091
1257
|
|
|
1092
1258
|
<ul>
|
|
@@ -1114,7 +1280,7 @@ ol ul {
|
|
|
1114
1280
|
</ul>
|
|
1115
1281
|
|
|
1116
1282
|
<h3 id="medium-priority-future-releases">
|
|
1117
|
-
Medium Priority (Future
|
|
1283
|
+
Medium Priority (Future Releases)
|
|
1118
1284
|
</h3>
|
|
1119
1285
|
|
|
1120
1286
|
<ul>
|
|
@@ -1194,7 +1360,7 @@ ol ul {
|
|
|
1194
1360
|
</ul>
|
|
1195
1361
|
|
|
1196
1362
|
<h3 id="low-priority-nice-to-have">
|
|
1197
|
-
Low Priority (Nice
|
|
1363
|
+
Low Priority (Nice to Have)
|
|
1198
1364
|
</h3>
|
|
1199
1365
|
|
|
1200
1366
|
<ul>
|
|
@@ -1354,19 +1520,19 @@ ol ul {
|
|
|
1354
1520
|
</ul>
|
|
1355
1521
|
|
|
1356
1522
|
<h2 id="version-history">
|
|
1357
|
-
Version
|
|
1523
|
+
Version History
|
|
1358
1524
|
</h2>
|
|
1359
1525
|
|
|
1360
1526
|
<h3 id="v010-current">
|
|
1361
|
-
v0.1.0
|
|
1527
|
+
v0.1.0 (Current)
|
|
1362
1528
|
</h3>
|
|
1363
1529
|
|
|
1364
1530
|
<p>
|
|
1365
|
-
<strong>
|
|
1531
|
+
<strong>Status:</strong> Production-ready
|
|
1366
1532
|
</p>
|
|
1367
1533
|
|
|
1368
1534
|
<p>
|
|
1369
|
-
<strong>
|
|
1535
|
+
<strong>Features:</strong>
|
|
1370
1536
|
</p>
|
|
1371
1537
|
|
|
1372
1538
|
<ul>
|
|
@@ -1410,7 +1576,7 @@ ol ul {
|
|
|
1410
1576
|
</ul>
|
|
1411
1577
|
|
|
1412
1578
|
<p>
|
|
1413
|
-
<strong>
|
|
1579
|
+
<strong>Known Limitations:</strong>
|
|
1414
1580
|
</p>
|
|
1415
1581
|
|
|
1416
1582
|
<ul>
|
|
@@ -1427,14 +1593,18 @@ ol ul {
|
|
|
1427
1593
|
MMD transclusion syntax not implemented
|
|
1428
1594
|
</li>
|
|
1429
1595
|
|
|
1596
|
+
<li>
|
|
1597
|
+
Grid tables: opt-in only (<code>--grid-tables</code>); some complex Pandoc grid layouts differ (column widths, general rowspan outside partial-separator tables)
|
|
1598
|
+
</li>
|
|
1599
|
+
|
|
1430
1600
|
</ul>
|
|
1431
1601
|
|
|
1432
1602
|
<h3 id="future-versions">
|
|
1433
|
-
Future
|
|
1603
|
+
Future Versions
|
|
1434
1604
|
</h3>
|
|
1435
1605
|
|
|
1436
1606
|
<p>
|
|
1437
|
-
<strong>
|
|
1607
|
+
<strong>v0.2.0 (Planned)</strong>
|
|
1438
1608
|
</p>
|
|
1439
1609
|
|
|
1440
1610
|
<ul>
|
|
@@ -1454,7 +1624,7 @@ ol ul {
|
|
|
1454
1624
|
</ul>
|
|
1455
1625
|
|
|
1456
1626
|
<p>
|
|
1457
|
-
<strong>
|
|
1627
|
+
<strong>v0.3.0 (Future)</strong>
|
|
1458
1628
|
</p>
|
|
1459
1629
|
|
|
1460
1630
|
<ul>
|
|
@@ -1512,19 +1682,19 @@ ol ul {
|
|
|
1512
1682
|
<ul>
|
|
1513
1683
|
|
|
1514
1684
|
<li>
|
|
1515
|
-
<a href="Syntax.html">
|
|
1685
|
+
<a href="Syntax.html">Syntax</a> - Current syntax support
|
|
1516
1686
|
</li>
|
|
1517
1687
|
|
|
1518
1688
|
<li>
|
|
1519
|
-
<a href="Modes.html">
|
|
1689
|
+
<a href="Modes.html">Modes</a> - Feature availability by mode
|
|
1520
1690
|
</li>
|
|
1521
1691
|
|
|
1522
1692
|
<li>
|
|
1523
|
-
<a href="C-API.html">
|
|
1693
|
+
<a href="C-API.html">C API</a> - Programmatic API
|
|
1524
1694
|
</li>
|
|
1525
1695
|
|
|
1526
1696
|
<li>
|
|
1527
|
-
<a href="Examples.html">
|
|
1697
|
+
<a href="Examples.html">Examples</a> - Usage examples
|
|
1528
1698
|
</li>
|
|
1529
1699
|
|
|
1530
1700
|
</ul>
|