feature/markdown #23

Open
crtxcr wants to merge 9 commits from feature/markdown into master
Owner
  • Inject IParser implemention (read from config). Alternatively, per-page parsers, or drop original parser.
  • Handle intenal links (existing pages, non-existing) pages
  • handle commands/categories (e. g. custom tags?)

Closes: #1

- [x] Inject IParser implemention (read from config). Alternatively, per-page parsers, or drop original parser. - [x] Handle intenal links (existing pages, non-existing) pages - [ ] handle commands/categories (e. g. custom tags?) Closes: #1
crtxcr force-pushed feature/markdown from c09070f82b to 52c1d0b123 2021-04-17 20:11:37 +02:00 Compare
crtxcr force-pushed feature/markdown from 52c1d0b123 to 3b56a1ec1e 2021-04-18 13:28:15 +02:00 Compare
crtxcr force-pushed feature/markdown from 3b56a1ec1e to 5f674cfe6f 2021-04-18 13:37:41 +02:00 Compare
crtxcr added 1 commit 2021-04-24 12:11:13 +02:00
crtxcr added 3 commits 2021-04-25 12:10:35 +02:00
This pull request has changes conflicting with the target branch.
  • .gitmodules
  • Makefile
  • handlers/handler.h
  • handlers/handlerpageedit.cpp
  • handlers/handlerpageview.cpp
  • parser.cpp
  • parser.h
  • qswiki.cpp
  • utils.cpp
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/markdown master
git pull origin feature/markdown

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff feature/markdown
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: crtxcr/qswiki#23
No description provided.