mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #212] [MERGED] reference: Added markdown example (with image support). #236
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/212
Author: @ismail-yilmaz
Created: 10/29/2024
Status: ✅ Merged
Merged: 10/30/2024
Merged by: @mirek-fidler
Base:
master← Head:markdown_example📝 Commits (4)
500b7c2reference: Added markdown example (with image support).6dab0b7Reference/MarkdownViewer: Unnecessary SSL package removed.a14befdreference/MarkdownViewer: Unnecessary build flag removed, menu functions restructured.297260areference/MarkdownViewer: A default markdown example file (with image) added.📊 Changes
4 files changed (+133 additions, -0 deletions)
View changed files
➕
reference/MarkdownViewer/MarkdownViewer.upp(+16 -0)➕
reference/MarkdownViewer/example.md(+44 -0)➕
reference/MarkdownViewer/main.cpp(+73 -0)➕
reference/MarkdownViewer/tux.png(+0 -0)📄 Description
As the title suggest, this pull request aims to add a simple markdown viewer example to reference examples section.
Rationale:
a) Markdown package does not have any example code in the references section and b) even the existing code elsewhere (e.g., in TheIDE) does not demonstrate the following features of
plugin/mdpackage:qtfdata to clipboard so that it can be used elsewhere.A screenshot of the example, displaying Bobcat's README file.
Please review.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.