wispbit logo
wispbit
  • Rules
  • Blog
Categories
  • typescript
    26
  • postgresql
    22
  • migrations
    22
  • prisma
    14
  • python
    13
  • supabase
    13
  • drizzle
    13
  • react
    10
  • nextjs
    9
  • sqlalchemy
    8
  • alembic
    8
  • golang
    7
  • mysql
    4
  • ruby
    3
  • rails
    3
  • rust
    3
  • markdown
    2
  • php
    2
  • javascript
    2
  • vue
    2
  • css
    1
  • expressjs
    1
  • flask
    1
  • quart
    1
  • graphql
    1
  • shell
    1
  • tailwind
    1

markdown Rules

2 rules found for markdown

Check for duplicates in Markdown

Check documentation for duplicate adjacent words, which are typically typos. Bad: ` prefix adds a prefix to the the column names which is useful for merging the result ` Good: ` prefix adds a prefix to the column names which is useful for merging the result `

markdown

Use code highlighting in Markdown

Specify the appropriate language for code blocks to enable proper syntax highlighting. For CLI commands use bash, and for Python code use py or python. Bad: `markdown transformers chat Qwen/Model-Name --torch_dtype auto ` Good: markdown `bash transformers chat Qwen/Model-Name --torch_dtype auto ` ` `

markdown

wispbit

Code review that fixes tribal knowledge

Book a chatPrivacy policyTerms of serviceOpen Source