feature/markdown #23

開放中
crtxcr 請求將 9 次程式碼提交從 feature/markdown 合併至 master
擁有者
  • 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 強制推送了 feature/markdown 自 c09070f82b52c1d0b123 2021-04-17 20:11:37 +02:00 比較
crtxcr 強制推送了 feature/markdown 自 52c1d0b1233b56a1ec1e 2021-04-18 13:28:15 +02:00 比較
crtxcr 強制推送了 feature/markdown 自 3b56a1ec1e5f674cfe6f 2021-04-18 13:37:41 +02:00 比較
crtxcr 加入了 1 個提交 2021-04-24 12:11:13 +02:00
crtxcr 加入了 3 個提交 2021-04-25 12:10:35 +02:00
此合併請求有變更和目標分支衝突。
  • .gitmodules
  • Makefile
  • handlers/handler.h
  • handlers/handlerpageedit.cpp
  • handlers/handlerpageview.cpp
  • parser.cpp
  • parser.h
  • qswiki.cpp
  • utils.cpp
您也可以查看命令列指南

第一步:

在您的儲存庫中切換到新分支並測試變更。
git checkout -b feature/markdown master
git pull origin feature/markdown

第二步:

合併變更並更新到 Gitea。
git checkout master
git merge --no-ff feature/markdown
git push origin master
登入 才能加入這對話。
沒有審核者
未選擇里程碑
沒有負責人
1 參與者
通知
截止日期
截止日期無效或超出範圍,請使用「yyyy-mm-dd」的格式。

未設定截止日期。

先決條件

未設定先決條件。

參考: crtxcr/qswiki#23
No description provided.