-
Configure docsify-rtl:
<script> window.$docsify = { rtl: { body: "rtl", side: "ltr", bdo: "ltr" } }; </script>
-
Insert script into docsify document:
<script src="//unpkg.com/docsify-rtl/build/index.min.js"></script>
It will automatically changes the body
, side
, bdo
directions
This project is licensed under the MIT license.
Copyright (c) KoLiBer ([email protected])