File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "id" : " yaml" ,
3+ "title" : " ওয়াই এ এম এল" ,
4+ "slug" : " yaml" ,
5+ "description" : " YAML/ওয়াই এ এম এল (/ˈjæməl/ এবং YAH-ml) (দেখুন § ইতিহাস এবং নাম) একটি মানব-পাঠযোগ্য ডেটা-ক্রমিক ভাষা।" ,
6+ "colorPref" : " #745fb5" ,
7+ "contents" : [
8+ {
9+ "title" : " মাল্টিলাইন স্ট্রিং (Multiline strings)" ,
10+ "items" : [
11+ {
12+ "code" : " \n\n Multiline: |\n hello\n world\n\n "
13+ }
14+ ]
15+ },
16+ {
17+ "title" : " রেফারেন্স বিষয়বস্তু (Reference content)" ,
18+ "items" : [
19+ {
20+ "code" : " values: &ref" ,
21+ "definition" : " - এই মানগুলি\n - নীচে পুনরায় ব্যবহার করা হবে"
22+ },
23+ {
24+ "code" : " other_values:\n <<: *ref"
25+ }
26+ ]
27+ },
28+ {
29+ "title" : " উত্তরাধিকার (Inheritance)" ,
30+ "items" : [
31+ {
32+ "code" : " parent: &defaults\n a: 2\n b: 3"
33+ },
34+ {
35+ "code" : " child:\n <<: *defaults\n b: 4"
36+ }
37+ ]
38+ }
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments