You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace unsupported definition list syntax in README.md (#689)
* Replace unsupported definition list syntax in README.md
problem: GitHub Flavored Markdown (GFM) does not support Markdown's definition lists natively.
fix: simulate a definition list using bold terms and line breaks
* Update README.md
* Add line breaks in README.md
0 commit comments