Browse Source

Attempt to add markdown tables

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Erez Sh 5 years ago
parent
commit
fbab27ce0b
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      docs/json_tutorial.md
  2. +2
    -1
      docs/requirements.txt

+ 1
- 1
docs/json_tutorial.md View File

@@ -442,7 +442,7 @@ Once again, shout-out to PyPy for being so effective.


This is the end of the tutorial. I hoped you liked it and learned a little about Lark. This is the end of the tutorial. I hoped you liked it and learned a little about Lark.


To see what else you can do with Lark, check out the [examples](/examples).
To see what else you can do with Lark, check out the [examples](examples).


For questions or any other subject, feel free to email me at erezshin at gmail dot com. For questions or any other subject, feel free to email me at erezshin at gmail dot com.



+ 2
- 1
docs/requirements.txt View File

@@ -1,2 +1,3 @@
# https://docs.readthedocs.io/en/stable/guides/specifying-dependencies.html#specifying-a-requirements-file # https://docs.readthedocs.io/en/stable/guides/specifying-dependencies.html#specifying-a-requirements-file
sphinx-gallery
sphinx-gallery
sphinx_markdown_tables

Loading…
Cancel
Save