MacDownApp / MacDownApp/macdown

new Markdown parser

Open
#704 7 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

todo
Dominant language
Rich Text Format
Stars
9.8k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Currently we are using master branch of Hoedown, which has a lot of bugs. There are (at least) two better alternatives:

  1. Develop branch of Hoedown. I guess the API is mostly the same.
  2. cmark, the C reference implementation of CommonMark, currently under active development.

However, neither is accessible through CocoaPods; I am not sure how to link a Git submodule.

Note that CMake is required as a compile-time dependency. I think it's fine for @uranusjr to install CMake (or he may have already), and Travis CI has CMake by default.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the current Hoedown integration, then compare the develop branch and cmark options described in the issue. Check how CocoaPods, Git submodules, CMake, and Travis CI would handle the selected parser. Done means one parser is integrated and the build passes with the dependency available.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, cmake, markdown
Domain
backend, build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.