help needed understanding documentation#11661
Open
MuhammadAttiqueUrRehman207 wants to merge 1 commit into
Open
help needed understanding documentation#11661MuhammadAttiqueUrRehman207 wants to merge 1 commit into
MuhammadAttiqueUrRehman207 wants to merge 1 commit into
Conversation
Contributor
|
Yapayzekayı ajanınızı kendi adınıza işlem yapmayı izin vermeyiz. Böyle dangalak mantıksız işler ortaya atılınca herkes rahatsız oluyor. |
Author
I don’t think this kind of reply is helpful or professional. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am currently exploring the Pandoc codebase and documentation in more detail while working on issue #11626 related to EPUB → PDF conversion using the Typst engine. During this process, I realized that understanding the interactions between readers, writers, AST transformations, and format-specific processing can be quite challenging for new contributors.
As you previously mentioned, better documentation may help address some of these maintainability and onboarding difficulties. I would appreciate any guidance regarding:
Important architectural documentation sections
Recommended starting points for understanding the conversion pipeline
Key modules involved in reader/writer interactions
Existing contributor resources that may help with debugging and architectural understanding
I am continuing the investigation locally and plan to open a PR once the issue analysis and implementation are completed. Any suggestions or references would be very helpful for improving understanding of the system architecture and development workflow.
Thank you again for your guidance and feedback.