mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
23e62f8f8d
**Description:** Fix lists display issues in **Docs > Use Cases > Q&A with RAG > Quickstart**. In essence, this PR changes: ```markdown Some paragraph. - Item a. - Item b. ``` to: ```markdown Some paragraph. - Item a. - Item b. ``` There needs an extra empty line to make the list rendered properly. FYI, the old version is displayed not properly as: <img width="856" alt="image" src="https://github.com/langchain-ai/langchain/assets/22856433/65202577-8ea2-47c6-b310-39bf42796fac"> - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/ Co-authored-by: Bagatur <baskaryan@gmail.com> |
||
---|---|---|
.. | ||
api_reference | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.local_build.sh | ||
.yarnrc.yml | ||
babel.config.js | ||
code-block-loader.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
settings.ini | ||
sidebars.js | ||
vercel_build.sh | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide