ctubbsii commented on code in PR #382: URL: https://github.com/apache/accumulo-website/pull/382#discussion_r1160905186
########## pages/how-to-contribute.md: ########## @@ -19,16 +20,16 @@ Any questions/ideas don't hesitate to [contact us][contact]. ## Accumulo Repositories -| Repository | Links | Description -| -------------------| ------------------------------ | ----------- -| [Accumulo][a] | [Contribute][ac] [Issues][ai] | Core Project -| [Website][w] | [Contribute][wc] [Issues][wi] | Source for this website -| [Examples][e] | [Contribute][ec] [Issues][ei] | Example code -| [Testing][t] | [Contribute][tc] [Issues][ti] | Test suites such as continuous ingest and random walk -| [Docker][d] | [Contribute][dc] [Issues][di] | Source for Accumulo Docker image -| [Wikisearch][s] | [Contribute][sc] [Issues][si] | Example application that indexes and queries Wikipedia data -| [Proxy][p] | [Issues][pi] | Apache Thrift service that exposes Accumulo to other languages -| [Maven plugin][m] | [Issues][mi] | Maven plugin that runs Accumulo +| Repository | Links | Description | +| -------------------| ------------------------------ | ----------- | +| [Accumulo][a] | [Contribute][ac] [Issues][ai] | Core Project | +| [Website][w] | [Contribute][wc] [Issues][wi] | Source for this website | +| [Examples][e] | [Contribute][ec] [Issues][ei] | Example code | +| [Testing][t] | [Contribute][tc] [Issues][ti] | Test suites such as continuous ingest and random walk | +| [Docker][d] | [Contribute][dc] [Issues][di] | Source for Accumulo Docker image | +| [Wikisearch][s] | [Contribute][sc] [Issues][si] | Example application that indexes and queries Wikipedia data | +| [Proxy][p] | [Issues][pi] | Apache Thrift service that exposes Accumulo to other languages | +| [Maven plugin][m] | [Issues][mi] | Maven plugin that runs Accumulo | Review Comment: For what it's worth, we specifically use Kramdown for GitHub-flavored-markdown (gfm), which is what Jekyll uses. So we don't really require compatibility with restrictive variants of Markdown that the IDE is trying to warn about. But, if it gets rid of the IDE error, I'm fine with it. I don't ever use an IDE for Markdown (or for the website at all). I'm a little surprised anybody does. I suspect it might be a bit challenging to get it working well in an IDE, given the mix of Ruby, Bundler, Jekyll, HTML, CSS, JavaScript, Markdown, Liquid, YAML, and who knows how many other languages are mixed in that I missed. :smiley_cat: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
