Skip to content

Commit

Permalink
Merge pull request #45 from mahdiyari/master
Browse files Browse the repository at this point in the history
Add dir=auto to html P tags - Fix related to RTL languages
  • Loading branch information
feruzm authored Mar 22, 2024
2 parents 5664506 + 07f5ce3 commit 57a4c47
Show file tree
Hide file tree
Showing 32 changed files with 164 additions and 135 deletions.
2 changes: 1 addition & 1 deletion lib/consts/allowed-attributes.const.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/consts/allowed-attributes.const.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/consts/regexes.const.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/consts/regexes.const.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/consts/section-list.const.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/consts/section-list.const.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/consts/white-list.const.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export declare const WHITE_LIST: string[];
export declare const OLD_LIST: string[];
33 changes: 18 additions & 15 deletions lib/consts/white-list.const.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/consts/white-list.const.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import { catchPostImage } from './catch-post-image';
import { getPostBodySummary as postBodySummary } from './post-body-summary';
import { setProxyBase, proxifyImageSrc } from './proxify-image-src';
import { setCacheSize } from './cache';
export { renderPostBody, catchPostImage, postBodySummary, proxifyImageSrc, setProxyBase, setCacheSize };
import { SECTION_LIST } from './consts';
export { renderPostBody, catchPostImage, postBodySummary, proxifyImageSrc, setProxyBase, setCacheSize, SECTION_LIST };
4 changes: 3 additions & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion lib/methods/clean-reply.method.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/methods/clean-reply.method.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 57a4c47

Please sign in to comment.