Skip to content

Commit 758ec64

Browse files
committed
add post
1 parent 7c814a6 commit 758ec64

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: "大勢至菩薩念佛圓通章"
3+
subtitle: "ta se ce phu sat nien fo yuen thung cang"
4+
titlePinyin: "dà shì zhì pú sà niàn fó yuán tōng zhāng"
5+
publishDate: 2024-06-01
6+
lastUpdatedDate: 2024-06-01
7+
priority: 15
8+
---
9+
10+
ta se ce fa wang ce. yi chi thung lun u she er phu sat.
11+
大勢至法王子。與其同倫五十二菩薩。
12+
13+
ci chung cuo chi, ting li fo cu, er pai fo yen:
14+
即從座起,頂禮佛足,而白佛言:
15+
16+
wo yi wang si, heng he sa cie, you fo chu she, ming u liang kuang.
17+
我憶往昔,恆河沙劫,有佛出世,名無量光。
18+
19+
she er ju lai, siang ci yi cie. chi cui hou fo, ming chao je yue kuang.
20+
十二如來,相繼一劫。其最後佛,名超日月光。
21+
22+
pi fo ciao wo, nien fo san mei. phi ju you jen, yi cuan wei yi, yi jen cuan wang.
23+
彼佛教我,念佛三昧。譬如有人,一專為憶,一人專忘。
24+
25+
ju she er jen, juo feng pu feng, huo cien fei cien.
26+
如是二人,若逢不逢,或見非見。
27+
28+
er jen siang yi, er yi nien sen.
29+
二人相憶,二憶念深。
30+
31+
ju she nai ce chung seng ce seng, thung yi sing ying, pu siang kuai yi.
32+
如是乃至從生至生,同於形影,不相乖異。
33+
34+
she fang ju lai, lien nien cung seng, ju mu yi ce.
35+
十方如來,憐念眾生,如母憶子。
36+
37+
juo ce thao she, sui yi he wei?
38+
若子逃逝,雖憶何為?
39+
40+
ce juo yi mu, ju mu yi she, mu ce li seng, pu siang wei yuen.
41+
子若憶母,如母憶時,母子歷生,不相違遠。
42+
43+
juo cung seng sin, yi fo, nien fo, sien chien tang lai, pi ting cien fo, chi fo pu yuen.
44+
若眾生心,憶佛、念佛,現前當來,必定見佛,去佛不遠。
45+
46+
pu cia fang pien, ce te sin khai. ju jan siang jen, sen you siang chi.
47+
不假方便,自得心開。如染香人,身有香氣。
48+
49+
che ce ming yue: siang kuang cuang yen.
50+
此則名曰:香光莊嚴。
51+
52+
wo pen yin ti, yi nien fo sin, ju u seng jen.
53+
我本因地,以念佛心,入無生忍。
54+
55+
cin yi che cie, she nien fo jen, kui yi cing thu.
56+
今於此界,攝念佛人,歸於淨土。
57+
58+
fo wen yuen thung, wo u sien ce.
59+
佛問圓通,我無選擇。
60+
61+
tu she liu ken, cing nien siang ci, te san mo ti, se wei ti yi.
62+
都攝六根,淨念相繼,得三摩地,斯為第一。

src/lib/parser.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ enum Punc {
66
EXCL = "!",
77
LEFTPAREN = "(",
88
RIGHTPAREN = ")",
9+
QUESTION = "?",
910
}
1011

1112
const LINEBR_TAG = "<br/>";
@@ -34,7 +35,8 @@ function isPunc(str: string): str is Punc {
3435
str === Punc.COLON ||
3536
str === Punc.EXCL ||
3637
str === Punc.LEFTPAREN ||
37-
str === Punc.RIGHTPAREN
38+
str === Punc.RIGHTPAREN ||
39+
str === Punc.QUESTION
3840
);
3941
}
4042

0 commit comments

Comments
 (0)