diff --git a/README.md b/README.md index 9067af6..7b76ca7 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ ## Getting Started Add the following code in the head of your project. + ```css ``` + Add any optional classnames to elements with special styles (author subtitle, abstract, lemmas, theorems, etc.). A list of supported class-based elements can be found [here](https://latex.now.sh/#cbe). ## Contributing @@ -18,10 +20,10 @@ Contributions, feedback and issues are welcome. Feel free to fork, comment, crit This project is based on David Zollikofer's project [latexCSS](https://github.com/davidrzs/latexcss). -Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/). +Most of the CSS reset is based on Andy Bell's [Modern CSS Reset](https://hankchizljaw.com/wrote/a-modern-css-reset/). The sample HTML5 markup on `\elements` is based on [html5-test-page](https://github.com/cbracco/html5-test-page) by @cbracco. ## License -This project is open source and available under the [MIT License](LISCENSE). +This project is open source and available under the [MIT License](LICENSE). diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..bd6fd8f --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "cleanUrls": true +}