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

Markdown #84

Open
Tracked by #64 ...
radhay-1199 opened this issue Jan 8, 2023 · 2 comments
Open
Tracked by #64 ...

Markdown #84

radhay-1199 opened this issue Jan 8, 2023 · 2 comments
Labels

Comments

@radhay-1199
Copy link
Collaborator

radhay-1199 commented Jan 8, 2023

  • Create one module for doc generator service which takes Markdown as input parameter and converts the final doc to any of the available formats for output available (section 7.3 here) in service.
@radhay-1199 radhay-1199 mentioned this issue Jan 8, 2023
46 tasks
@Prakhar-commits
Copy link

hey @radhay-1199 what is the issue can I get some more info about it ?

@radhay-1199
Copy link
Collaborator Author

@Prakhar-commits doc generator is basically a service that can have multiple options to convert any doc to any available formats in the service.

+----------------+           +-----------------+          +----------------+
| Input Plugins  |           | Doc Generator   |          | Output Plugins |
+----------------+           +-----------------+          +----------------+
        |                             |                            |
        |        Process input        |                            |
        |--------------------------->|                            |
        |                             |   Generate document        |
        |                             |-------------------------->|
        |                             |                            |
        |                             |    Process output          |
        |                             |<--------------------------|
        |                             |                            |
+----------------+           +-----------------+          +----------------+
|    User Input   |           |    Generated    |          |   Output Data   |
|                |           |     Document    |          |                |
+----------------+           +-----------------+          +----------------+

The goal of this ticket is to create a support for taking Markdown as one of the input format and then convert it to any of the available output format in doc generator.

@AnshulMalik AnshulMalik mentioned this issue May 21, 2023
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants