Skip to content

Add option to save snippet information in Markdown format #155

New issue

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

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

Already on GitHub? # to your account

Open
Tracked by #163
delphidabbler opened this issue Apr 17, 2025 · 0 comments
Open
Tracked by #163

Add option to save snippet information in Markdown format #155

delphidabbler opened this issue Apr 17, 2025 · 0 comments
Assignees
Labels
accepted Accepted for implementation / fixing feature request Request for a new feature

Comments

@delphidabbler
Copy link
Owner

An obvious option is to save the snippet information as Markdown.

We would need a Markdown highlighter which would be quite simple:

  1. If highlighting was not required the output would be unhighlighted source code surrounded by code fences:

     ```
     unhighlighted-source-code
     ```
    
  2. If highlighting was to be supported the opening code fence would need to be followed by pascal:

     ```pascal
     unhighlighted-source-code
     ```
    
@delphidabbler delphidabbler self-assigned this Apr 17, 2025
@delphidabbler delphidabbler added feature request Request for a new feature considering Issue under consideration. May be accepted or rejected labels Apr 17, 2025
@github-project-automation github-project-automation bot moved this to Considering in CodeSnip Apr 17, 2025
@delphidabbler delphidabbler added accepted Accepted for implementation / fixing and removed considering Issue under consideration. May be accepted or rejected labels Apr 22, 2025
@delphidabbler delphidabbler moved this from Considering to Accepted in CodeSnip Apr 22, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
accepted Accepted for implementation / fixing feature request Request for a new feature
Projects
Status: Accepted
Development

No branches or pull requests

1 participant