feature/markdown #23

오픈
crtxcr "feature/markdown 에서 master 로 9 commits 를 머지하려 합니다"
소유자
  • 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
"로그인하여 이 대화에 참여"
No reviewers
마일스톤 없음
담당자 없음
참여자 1명
알림
마감일
기한이 올바르지 않거나 범위를 벗어났습니다. 'yyyy-mm-dd'형식을 사용해주십시오.

마감일이 설정되지 않았습니다.

의존성

No dependencies set.

Reference: crtxcr/qswiki#23
No description provided.