├── Commands ├── --- Calc Structures ---.tmCommand ├── --- Calculation Commands ---.tmCommand ├── --- Clipboard Commands ---.tmCommand ├── --- DDR Commands ---.tmCommand ├── --- Hash Commands ---.tmCommand ├── --- Log Commands ---.tmCommand ├── --- Project Specific ---.tmCommand ├── Array to Case Statement*.tmCommand ├── Array to Fields.tmCommand ├── Array to Hash Set.tmCommand ├── Array to Layout Field Buttons.tmCommand ├── Array to Layout Field Grid.tmCommand ├── Array to Layout Fields (Pre-12).tmCommand ├── Array to Layout Fields Labeled (Pre-12).tmCommand ├── Array to Layout Fields Labeled.tmCommand ├── Array to Layout Fields.tmCommand ├── Array to Parameter Localization.tmCommand ├── Array to Set Field Steps*.tmCommand ├── Array to Set Variable Steps.tmCommand ├── Array to Sort Steps With Tests.tmCommand ├── Array to Sort Steps*.tmCommand ├── Array to Substitute Statement*.tmCommand ├── Collapse Lines.tmCommand ├── Comment Out Line.tmCommand ├── Convert Function Doc Format.tmCommand ├── Convert Newlines to Pilcrows.tmCommand ├── Documentation for Function.tmCommand ├── Extract Calculations.tmCommand ├── Extract Clip Function Names, wParams.tmCommand ├── Extract Clip Object Names 2.tmCommand ├── Extract Clip Object Names, Readable.tmCommand ├── Extract Clip Object Names.tmCommand ├── Extract Colors (With Tags)*.tmCommand ├── Extract Colors (With Tags).tmCommand ├── Extract Colors*.tmCommand ├── Extract Colors.tmCommand ├── Extract Field Metadata.tmCommand ├── Extract Field Names From Calculations.tmCommand ├── Extract Field Names*.tmCommand ├── Extract Function Names From Calcs*.tmCommand ├── Extract Latest Entry.tmCommand ├── Extract Layout Names.tmCommand ├── Extract Layout Object CSS.tmCommand ├── Extract Log Errors*.tmCommand ├── Extract Script Comment Text.tmCommand ├── Extract Table Names.tmCommand ├── Extract Variable Names With Counts*.tmCommand ├── Extract Variable Names.tmCommand ├── Filter Clipboard Snippet To Unique Functions.tmCommand ├── Get Snippet from Clipboard*.tmCommand ├── Hash Reverse.tmCommand ├── Help.tmCommand ├── List from Appended Lines.tmCommand ├── List to Documentation.tmCommand ├── List to Hash Get Param.tmCommand ├── List to Hash Set.tmCommand ├── List to IsEmpty Statements.tmCommand ├── List to List ( ).tmCommand ├── List to Parameter Localization and Validation.tmCommand ├── Load Function as Snippet*.tmCommand ├── Load Functions From Directory.tmCommand ├── Load Snippet to Clipboard*.tmCommand ├── Merge Resources.tmCommand ├── Move Delimiters to End of Lines.tmCommand ├── Move Line Delimiters.tmCommand ├── Number Lines.tmCommand ├── Open Log for Server**.tmCommand ├── Open Server Log Latest Errors**.tmCommand ├── Prepend to Column.tmCommand ├── Quote Block Reversed.tmCommand ├── Quote Block.tmCommand ├── Quote Each Line.tmCommand ├── Quote Lines in List( ) Readable.tmCommand ├── Quote Lines in List( ).tmCommand ├── Quote and Append Lines Reversed*.tmCommand ├── Quote and Append Lines.tmCommand ├── Quoted and Appended Lines to Block.tmCommand ├── Readable Field Names.tmCommand ├── Remove Trailing Spaces.tmCommand ├── Remove Trailing Whitespace.tmCommand ├── Save Functions to Files.tmCommand ├── Sort Fields**.tmCommand ├── Split To Lines*.tmCommand ├── Tidy Clip Calculations.tmCommand ├── Tidy Hash.tmCommand └── Tidy*.tmCommand ├── GPL.md ├── Preferences ├── Comments.tmPreferences ├── Completions: Native.tmPreferences ├── Patterns.tmPreferences ├── Preferences.tmPreferences ├── Tag Preferences.tmPreferences └── Variables.tmPreferences ├── README.md ├── Snippets ├── Abs.tmSnippet ├── Acos.tmSnippet ├── Asin.tmSnippet ├── Atan.tmSnippet ├── Average.tmSnippet ├── Base64Decode.tmSnippet ├── Base64Encode.tmSnippet ├── Case.tmSnippet ├── Ceiling.tmSnippet ├── Char.tmSnippet ├── Choose.tmSnippet ├── Code.tmSnippet ├── Combination.tmSnippet ├── Cos.tmSnippet ├── Count.tmSnippet ├── CurrentTimeUTCMilliseconds.tmSnippet ├── DatabaseNames.tmSnippet ├── Date.tmSnippet ├── Day.tmSnippet ├── DayName.tmSnippet ├── DayNameJ.tmSnippet ├── DayOfWeek.tmSnippet ├── DayOfYear.tmSnippet ├── Degrees.tmSnippet ├── Div.tmSnippet ├── Evaluate.tmSnippet ├── EvaluationError.tmSnippet ├── Exact.tmSnippet ├── ExecuteSQL.tmSnippet ├── Exp.tmSnippet ├── Extend.tmSnippet ├── FV.tmSnippet ├── Factorial.tmSnippet ├── FieldBounds.tmSnippet ├── FieldComment.tmSnippet ├── FieldIDs.tmSnippet ├── FieldNames.tmSnippet ├── FieldRepetitions.tmSnippet ├── FieldStyle.tmSnippet ├── FieldType.tmSnippet ├── Filter.tmSnippet ├── FilterValues.tmSnippet ├── Floor.tmSnippet ├── Get ( AccountName ).tmSnippet ├── Get ( ActiveFieldContents ).tmSnippet ├── Get ( ActiveFieldName ).tmSnippet ├── Get ( ActiveFieldTableName ).tmSnippet ├── Get ( ActiveLayoutObjectName ).tmSnippet ├── Get ( ActiveModifierKeys ).tmSnippet ├── Get ( ActiveRepetitionNumber ).tmSnippet ├── Get ( ActiveSelectionSize ).tmSnippet ├── Get ( ActiveSelectionStart ).tmSnippet ├── Get ( AllowAbortState ).tmSnippet ├── Get ( AllowToolbarState ).tmSnippet ├── Get ( ApplicationLanguage ).tmSnippet ├── Get ( ApplicationVersion ).tmSnippet ├── Get ( CalculationRepetitionNumber ).tmSnippet ├── Get ( ConnectionState ).tmSnippet ├── Get ( CurrentDate ).tmSnippet ├── Get ( CurrentHostTimestamp ).tmSnippet ├── Get ( CurrentTime ).tmSnippet ├── Get ( CurrentTimestamp ).tmSnippet ├── Get ( CustomMenuSetName ).tmSnippet ├── Get ( DesktopPath ).tmSnippet ├── Get ( DocumentsPath ).tmSnippet ├── Get ( DocumentsPathListing ).tmSnippet ├── Get ( ErrorCaptureState ).tmSnippet ├── Get ( ExtendedPrivileges ).tmSnippet ├── Get ( FileMakerPath ).tmSnippet ├── Get ( FileName ).tmSnippet ├── Get ( FilePath ).tmSnippet ├── Get ( FileSize ).tmSnippet ├── Get ( FoundCount ).tmSnippet ├── Get ( HighContrastColor ).tmSnippet ├── Get ( HighContrastState ).tmSnippet ├── Get ( HostApplicationVersion ).tmSnippet ├── Get ( HostIPAddress ).tmSnippet ├── Get ( HostName ).tmSnippet ├── Get ( InstalledFMPlugins ).tmSnippet ├── Get ( LastError ).tmSnippet ├── Get ( LastMessageChoice ).tmSnippet ├── Get ( LastODBCError ).tmSnippet ├── Get ( LayoutAccess ).tmSnippet ├── Get ( LayoutCount ).tmSnippet ├── Get ( LayoutName ).tmSnippet ├── Get ( LayoutNumber ).tmSnippet ├── Get ( LayoutTableName ).tmSnippet ├── Get ( LayoutViewState ).tmSnippet ├── Get ( MultiUserState ).tmSnippet ├── Get ( NetworkProtocol ).tmSnippet ├── Get ( PageNumber ).tmSnippet ├── Get ( PersistentID ).tmSnippet ├── Get ( PortalRowNumber ).tmSnippet ├── Get ( PreferencesPath ).tmSnippet ├── Get ( PrinterName ).tmSnippet ├── Get ( PrivilegeSetName ).tmSnippet ├── Get ( RecordAccess ).tmSnippet ├── Get ( RecordID ).tmSnippet ├── Get ( RecordModificationCount ).tmSnippet ├── Get ( RecordNumber ).tmSnippet ├── Get ( RecordOpenCount ).tmSnippet ├── Get ( RecordOpenState ).tmSnippet ├── Get ( RequestCount ).tmSnippet ├── Get ( RequestOmitState ).tmSnippet ├── Get ( ScreenDepth ).tmSnippet ├── Get ( ScreenHeight ).tmSnippet ├── Get ( ScreenWidth ).tmSnippet ├── Get ( ScriptName ).tmSnippet ├── Get ( ScriptParameter ).tmSnippet ├── Get ( ScriptResult ).tmSnippet ├── Get ( SortState ).tmSnippet ├── Get ( StatusAreaState ).tmSnippet ├── Get ( SystemDrive ).tmSnippet ├── Get ( SystemIPAddress ).tmSnippet ├── Get ( SystemLanguage ).tmSnippet ├── Get ( SystemNICAddress ).tmSnippet ├── Get ( SystemPlatform ).tmSnippet ├── Get ( SystemVersion ).tmSnippet ├── Get ( TemporaryPath ).tmSnippet ├── Get ( TextRulerVisible ).tmSnippet ├── Get ( TotalRecordCount ).tmSnippet ├── Get ( TriggerKeystroke ).tmSnippet ├── Get ( TriggerModifierKeys ).tmSnippet ├── Get ( UUID ).tmSnippet ├── Get ( UseSystemFormatsState ).tmSnippet ├── Get ( UserCount ).tmSnippet ├── Get ( UserName ).tmSnippet ├── Get ( WindowContentHeight ).tmSnippet ├── Get ( WindowContentWidth ).tmSnippet ├── Get ( WindowDesktopHeight ).tmSnippet ├── Get ( WindowDesktopWidth ).tmSnippet ├── Get ( WindowHeight ).tmSnippet ├── Get ( WindowLeft ).tmSnippet ├── Get ( WindowMode ).tmSnippet ├── Get ( WindowName ).tmSnippet ├── Get ( WindowStyle ).tmSnippet ├── Get ( WindowTop ).tmSnippet ├── Get ( WindowVisible ).tmSnippet ├── Get ( WindowWidth ).tmSnippet ├── Get ( WindowZoomLevel ).tmSnippet ├── GetAsBoolean.tmSnippet ├── GetAsCSS.tmSnippet ├── GetAsDate.tmSnippet ├── GetAsNumber.tmSnippet ├── GetAsSVG.tmSnippet ├── GetAsText.tmSnippet ├── GetAsTime.tmSnippet ├── GetAsTimestamp.tmSnippet ├── GetAsURLEncoded.tmSnippet ├── GetConnectionAttributes.tmSnippet ├── GetContainerAttribute.tmSnippet ├── GetDevice.tmSnippet ├── GetEncryptionState.tmSnippet ├── GetField.tmSnippet ├── GetFieldName.tmSnippet ├── GetHeight.tmSnippet ├── GetLayoutObjectAttribute - bottom.tmSnippet ├── GetLayoutObjectAttribute - bounds.tmSnippet ├── GetLayoutObjectAttribute - containedObjects.tmSnippet ├── GetLayoutObjectAttribute - containsFocus.tmSnippet ├── GetLayoutObjectAttribute - content.tmSnippet ├── GetLayoutObjectAttribute - enclosingObject.tmSnippet ├── GetLayoutObjectAttribute - hasFocus.tmSnippet ├── GetLayoutObjectAttribute - height.tmSnippet ├── GetLayoutObjectAttribute - isFrontTabPanel.tmSnippet ├── GetLayoutObjectAttribute - left.tmSnippet ├── GetLayoutObjectAttribute - objectType.tmSnippet ├── GetLayoutObjectAttribute - right.tmSnippet ├── GetLayoutObjectAttribute - rotation.tmSnippet ├── GetLayoutObjectAttribute - source.tmSnippet ├── GetLayoutObjectAttribute - startPoint,endPoint.tmSnippet ├── GetLayoutObjectAttribute - top.tmSnippet ├── GetLayoutObjectAttribute - width.tmSnippet ├── GetLayoutObjectAttribute.tmSnippet ├── GetModifiedFields.tmSnippet ├── GetNetworkType.tmSnippet ├── GetNextSerialValue.tmSnippet ├── GetNthRecord.tmSnippet ├── GetRepetition.tmSnippet ├── GetScriptAnimationState.tmSnippet ├── GetSummary.tmSnippet ├── GetThumbnail.tmSnippet ├── GetTriggerGestureInfo.tmSnippet ├── GetValue.tmSnippet ├── GetWidth.tmSnippet ├── GetWindowOrientation.tmSnippet ├── Hiragana.tmSnippet ├── Hour.tmSnippet ├── If.tmSnippet ├── Int.tmSnippet ├── IsEmpty.tmSnippet ├── IsValid.tmSnippet ├── IsValidExpression.tmSnippet ├── KanaHankaku.tmSnippet ├── KanaZenkaku.tmSnippet ├── KanjiNumeral.tmSnippet ├── Katakana.tmSnippet ├── Last.tmSnippet ├── LayoutIDs.tmSnippet ├── LayoutNames.tmSnippet ├── LayoutObjectNames.tmSnippet ├── Left.tmSnippet ├── LeftValues.tmSnippet ├── LeftWords.tmSnippet ├── Length.tmSnippet ├── Let.tmSnippet ├── Lg.tmSnippet ├── List.tmSnippet ├── Ln.tmSnippet ├── Location.tmSnippet ├── LocationValues.tmSnippet ├── Log.tmSnippet ├── Lookup.tmSnippet ├── LookupNext.tmSnippet ├── Lower.tmSnippet ├── Max.tmSnippet ├── Middle.tmSnippet ├── MiddleValues.tmSnippet ├── MiddleWords.tmSnippet ├── Min.tmSnippet ├── Minute.tmSnippet ├── Mod.tmSnippet ├── Month.tmSnippet ├── MonthName.tmSnippet ├── MonthNameJ.tmSnippet ├── NPV.tmSnippet ├── NumToJText.tmSnippet ├── PMT.tmSnippet ├── PV.tmSnippet ├── PatternCount.tmSnippet ├── Position.tmSnippet ├── Proper.tmSnippet ├── Quote.tmSnippet ├── RGB.tmSnippet ├── Radians.tmSnippet ├── Recursion, Nested.tmSnippet ├── RelationInfo.tmSnippet ├── Replace.tmSnippet ├── Right.tmSnippet ├── RightValues.tmSnippet ├── RightWords.tmSnippet ├── RomanHankaku.tmSnippet ├── RomanZenkaku.tmSnippet ├── Round.tmSnippet ├── ScriptIDs.tmSnippet ├── ScriptNames.tmSnippet ├── Seconds.tmSnippet ├── SerialIncrement.tmSnippet ├── SetPrecision.tmSnippet ├── Sign.tmSnippet ├── Sin.tmSnippet ├── Sqrt.tmSnippet ├── StDev.tmSnippet ├── StDevP.tmSnippet ├── Substitute.tmSnippet ├── Sum.tmSnippet ├── TableIDs.tmSnippet ├── TableNames.tmSnippet ├── Tan.tmSnippet ├── TextColor.tmSnippet ├── TextColorRemove.tmSnippet ├── TextFont.tmSnippet ├── TextFontRemove.tmSnippet ├── TextFormatRemove.tmSnippet ├── TextSize.tmSnippet ├── TextSizeRemove.tmSnippet ├── TextStyleAdd.tmSnippet ├── TextStyleRemove.tmSnippet ├── Time.tmSnippet ├── Timestamp.tmSnippet ├── Trim.tmSnippet ├── TrimAll.tmSnippet ├── Truncate.tmSnippet ├── Upper.tmSnippet ├── ValueCount.tmSnippet ├── ValueListIDs.tmSnippet ├── ValueListItems.tmSnippet ├── ValueListNames.tmSnippet ├── Variance.tmSnippet ├── VarianceP.tmSnippet ├── VerifyContainer.tmSnippet ├── WeekOfYear.tmSnippet ├── WeekOfYearFiscal.tmSnippet ├── WindowNames.tmSnippet ├── WordCount.tmSnippet ├── Year.tmSnippet └── YearName.tmSnippet ├── Support ├── .gitignore ├── AutoUpdate.html ├── Gemfile ├── SimpleDialog.html ├── commands.cmds ├── commands │ ├── calculation.rb │ ├── clipboard_extraction.rb │ ├── clipboard_generation.rb │ └── clipboard_pre12.rb ├── help.markdown ├── lib │ ├── .gitignore │ ├── .yardopts │ ├── GetSnippet.applescript │ ├── PasteSnippet.applescript │ ├── command_docs.rb │ ├── commands.rb │ ├── encoding.sh │ ├── filemaker.rb │ ├── filemaker │ │ ├── calc.rb │ │ ├── clipboard.rb │ │ ├── comments.rb │ │ ├── custom │ │ │ ├── custom_function.rb │ │ │ └── custom_script.rb │ │ ├── fmsnippet.rb │ │ ├── fmsnippet │ │ │ ├── fmsnippet_calc.rb │ │ │ ├── fmsnippet_layout.rb │ │ │ ├── fmsnippet_pre12.rb │ │ │ ├── fmsnippet_schema.rb │ │ │ └── fmsnippet_script.rb │ │ ├── help.rb │ │ └── help │ │ │ ├── help_error.rb │ │ │ ├── help_function.rb │ │ │ ├── help_function_external.rb │ │ │ └── help_script.rb │ ├── tidy.pl │ └── tm_dialog.rb ├── resources │ └── kramdown │ │ ├── AUTHORS │ │ ├── CONTRIBUTERS │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── GPL │ │ ├── README │ │ ├── Rakefile │ │ ├── VERSION │ │ ├── benchmark │ │ ├── benchmark.rb │ │ ├── benchmark.sh │ │ ├── generate_data.rb │ │ ├── mdbasics.text │ │ ├── mdsyntax.text │ │ ├── testing.sh │ │ └── timing.sh │ │ ├── bin │ │ └── kramdown │ │ ├── data │ │ └── kramdown │ │ │ ├── document.html │ │ │ └── document.latex │ │ ├── doc │ │ ├── bg.png │ │ ├── default.scss.css │ │ ├── default.template │ │ ├── design.scss.css │ │ ├── documentation.page │ │ ├── index.page │ │ ├── installation.page │ │ ├── links.markdown │ │ ├── news.feed │ │ ├── news.page │ │ ├── quickref.page │ │ ├── sidebar.template │ │ ├── syntax.page │ │ ├── tests.page │ │ └── virtual │ │ ├── lib │ │ ├── kramdown.rb │ │ └── kramdown │ │ │ ├── compatibility.rb │ │ │ ├── converter.rb │ │ │ ├── converter │ │ │ ├── base.rb │ │ │ ├── html.rb │ │ │ ├── kramdown.rb │ │ │ ├── latex.rb │ │ │ └── toc.rb │ │ │ ├── document.rb │ │ │ ├── element.rb │ │ │ ├── error.rb │ │ │ ├── options.rb │ │ │ ├── parser.rb │ │ │ ├── parser │ │ │ ├── base.rb │ │ │ ├── html.rb │ │ │ ├── kramdown.rb │ │ │ ├── kramdown │ │ │ │ ├── abbreviation.rb │ │ │ │ ├── autolink.rb │ │ │ │ ├── blank_line.rb │ │ │ │ ├── block_boundary.rb │ │ │ │ ├── blockquote.rb │ │ │ │ ├── codeblock.rb │ │ │ │ ├── codespan.rb │ │ │ │ ├── emphasis.rb │ │ │ │ ├── eob.rb │ │ │ │ ├── escaped_chars.rb │ │ │ │ ├── extensions.rb │ │ │ │ ├── footnote.rb │ │ │ │ ├── header.rb │ │ │ │ ├── horizontal_rule.rb │ │ │ │ ├── html.rb │ │ │ │ ├── html_entity.rb │ │ │ │ ├── line_break.rb │ │ │ │ ├── link.rb │ │ │ │ ├── list.rb │ │ │ │ ├── math.rb │ │ │ │ ├── paragraph.rb │ │ │ │ ├── smart_quotes.rb │ │ │ │ ├── table.rb │ │ │ │ └── typographic_symbol.rb │ │ │ └── markdown.rb │ │ │ ├── utils.rb │ │ │ ├── utils │ │ │ ├── entities.rb │ │ │ ├── html.rb │ │ │ └── ordered_hash.rb │ │ │ └── version.rb │ │ ├── man │ │ └── man1 │ │ │ └── kramdown.1 │ │ ├── setup.rb │ │ └── test │ │ ├── run_tests.rb │ │ ├── test_files.rb │ │ └── testcases │ │ ├── block │ │ ├── 01_blank_line │ │ │ ├── spaces.html │ │ │ ├── spaces.text │ │ │ ├── tabs.html │ │ │ └── tabs.text │ │ ├── 02_eob │ │ │ ├── beginning.html │ │ │ ├── beginning.text │ │ │ ├── end.html │ │ │ ├── end.text │ │ │ ├── middle.html │ │ │ └── middle.text │ │ ├── 03_paragraph │ │ │ ├── indented.html │ │ │ ├── indented.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── one_para.html │ │ │ ├── one_para.text │ │ │ ├── two_para.html │ │ │ └── two_para.text │ │ ├── 04_header │ │ │ ├── atx_header.html │ │ │ ├── atx_header.text │ │ │ ├── atx_header_no_newline_at_end.html │ │ │ ├── atx_header_no_newline_at_end.text │ │ │ ├── setext_header.html │ │ │ ├── setext_header.html.19 │ │ │ ├── setext_header.text │ │ │ ├── setext_header_no_newline_at_end.html │ │ │ ├── setext_header_no_newline_at_end.text │ │ │ ├── with_auto_id_prefix.html │ │ │ ├── with_auto_id_prefix.options │ │ │ ├── with_auto_id_prefix.text │ │ │ ├── with_auto_ids.html │ │ │ ├── with_auto_ids.options │ │ │ └── with_auto_ids.text │ │ ├── 05_blockquote │ │ │ ├── indented.html │ │ │ ├── indented.text │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── very_long_line.html │ │ │ ├── very_long_line.text │ │ │ ├── with_code_blocks.html │ │ │ └── with_code_blocks.text │ │ ├── 06_codeblock │ │ │ ├── error.html │ │ │ ├── error.text │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── no_newline_at_end.html │ │ │ ├── no_newline_at_end.text │ │ │ ├── no_newline_at_end_1.html │ │ │ ├── no_newline_at_end_1.text │ │ │ ├── normal.html │ │ │ ├── normal.text │ │ │ ├── tilde_syntax.html │ │ │ ├── tilde_syntax.text │ │ │ ├── whitespace.html │ │ │ ├── whitespace.text │ │ │ ├── with_blank_line.html │ │ │ ├── with_blank_line.text │ │ │ ├── with_eob_marker.html │ │ │ ├── with_eob_marker.text │ │ │ ├── with_ial.html │ │ │ └── with_ial.text │ │ ├── 07_horizontal_rule │ │ │ ├── error.html │ │ │ ├── error.html.19 │ │ │ ├── error.text │ │ │ ├── normal.html │ │ │ ├── normal.text │ │ │ ├── sepspaces.html │ │ │ ├── sepspaces.text │ │ │ ├── septabs.html │ │ │ └── septabs.text │ │ ├── 08_list │ │ │ ├── escaping.html │ │ │ ├── escaping.text │ │ │ ├── item_ial.html │ │ │ ├── item_ial.text │ │ │ ├── lazy.html │ │ │ ├── lazy.text │ │ │ ├── list_and_hr.html │ │ │ ├── list_and_hr.text │ │ │ ├── list_and_others.html │ │ │ ├── list_and_others.text │ │ │ ├── mixed.html │ │ │ ├── mixed.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── other_first_element.html │ │ │ ├── other_first_element.text │ │ │ ├── simple_ol.html │ │ │ ├── simple_ol.text │ │ │ ├── simple_ul.html │ │ │ ├── simple_ul.text │ │ │ ├── single_item.html │ │ │ ├── single_item.text │ │ │ ├── special_cases.html │ │ │ └── special_cases.text │ │ ├── 09_html │ │ │ ├── comment.html │ │ │ ├── comment.text │ │ │ ├── content_model │ │ │ │ ├── deflists.html │ │ │ │ ├── deflists.options │ │ │ │ ├── deflists.text │ │ │ │ ├── tables.html │ │ │ │ ├── tables.options │ │ │ │ └── tables.text │ │ │ ├── html5_attributes.html │ │ │ ├── html5_attributes.text │ │ │ ├── html_and_codeblocks.html │ │ │ ├── html_and_codeblocks.options │ │ │ ├── html_and_codeblocks.text │ │ │ ├── html_and_headers.html │ │ │ ├── html_and_headers.text │ │ │ ├── html_to_native │ │ │ │ ├── code.html │ │ │ │ ├── code.text │ │ │ │ ├── comment.html │ │ │ │ ├── comment.text │ │ │ │ ├── emphasis.html │ │ │ │ ├── emphasis.text │ │ │ │ ├── entity.html │ │ │ │ ├── entity.text │ │ │ │ ├── header.html │ │ │ │ ├── header.options │ │ │ │ ├── header.text │ │ │ │ ├── list_dl.html │ │ │ │ ├── list_dl.text │ │ │ │ ├── list_ol.html │ │ │ │ ├── list_ol.text │ │ │ │ ├── list_ul.html │ │ │ │ ├── list_ul.text │ │ │ │ ├── options │ │ │ │ ├── paragraph.html │ │ │ │ ├── paragraph.text │ │ │ │ ├── table_normal.html │ │ │ │ ├── table_normal.text │ │ │ │ ├── table_simple.html │ │ │ │ ├── table_simple.text │ │ │ │ ├── typography.html │ │ │ │ ├── typography.html.19 │ │ │ │ └── typography.text │ │ │ ├── invalid_html_1.html │ │ │ ├── invalid_html_1.text │ │ │ ├── invalid_html_2.html │ │ │ ├── invalid_html_2.text │ │ │ ├── markdown_attr.html │ │ │ ├── markdown_attr.text │ │ │ ├── not_parsed.html │ │ │ ├── not_parsed.text │ │ │ ├── parse_as_raw.html │ │ │ ├── parse_as_raw.htmlinput │ │ │ ├── parse_as_raw.options │ │ │ ├── parse_as_raw.text │ │ │ ├── parse_as_span.html │ │ │ ├── parse_as_span.htmlinput │ │ │ ├── parse_as_span.options │ │ │ ├── parse_as_span.text │ │ │ ├── parse_block_html.html │ │ │ ├── parse_block_html.options │ │ │ ├── parse_block_html.text │ │ │ ├── processing_instruction.html │ │ │ ├── processing_instruction.text │ │ │ ├── simple.html │ │ │ ├── simple.html.19 │ │ │ ├── simple.options │ │ │ └── simple.text │ │ ├── 10_ald │ │ │ ├── simple.html │ │ │ └── simple.text │ │ ├── 11_ial │ │ │ ├── auto_id_and_ial.html │ │ │ ├── auto_id_and_ial.options │ │ │ ├── auto_id_and_ial.text │ │ │ ├── nested.html │ │ │ ├── nested.text │ │ │ ├── simple.html │ │ │ └── simple.text │ │ ├── 12_extension │ │ │ ├── comment.html │ │ │ ├── comment.text │ │ │ ├── ignored.html │ │ │ ├── ignored.text │ │ │ ├── nomarkdown.html │ │ │ ├── nomarkdown.kramdown │ │ │ ├── nomarkdown.latex │ │ │ ├── nomarkdown.text │ │ │ ├── options.html │ │ │ ├── options.text │ │ │ ├── options2.html │ │ │ ├── options2.text │ │ │ ├── options3.html │ │ │ └── options3.text │ │ ├── 13_definition_list │ │ │ ├── definition_at_beginning.html │ │ │ ├── definition_at_beginning.text │ │ │ ├── item_ial.html │ │ │ ├── item_ial.text │ │ │ ├── multiple_terms.html │ │ │ ├── multiple_terms.text │ │ │ ├── no_def_list.html │ │ │ ├── no_def_list.text │ │ │ ├── para_wrapping.html │ │ │ ├── para_wrapping.text │ │ │ ├── separated_by_eob.html │ │ │ ├── separated_by_eob.text │ │ │ ├── simple.html │ │ │ ├── simple.text │ │ │ ├── styled_terms.html │ │ │ ├── styled_terms.text │ │ │ ├── too_much_space.html │ │ │ ├── too_much_space.text │ │ │ ├── with_blocks.html │ │ │ └── with_blocks.text │ │ ├── 14_table │ │ │ ├── errors.html │ │ │ ├── errors.text │ │ │ ├── escaping.html │ │ │ ├── escaping.text │ │ │ ├── footer.html │ │ │ ├── footer.text │ │ │ ├── header.html │ │ │ ├── header.text │ │ │ ├── no_table.html │ │ │ ├── no_table.text │ │ │ ├── simple.html │ │ │ ├── simple.html.19 │ │ │ ├── simple.text │ │ │ ├── table_with_footnote.html │ │ │ ├── table_with_footnote.latex │ │ │ └── table_with_footnote.text │ │ ├── 15_math │ │ │ ├── normal.html │ │ │ └── normal.text │ │ └── 16_toc │ │ │ ├── no_toc.html │ │ │ ├── no_toc.options │ │ │ ├── no_toc.text │ │ │ ├── toc_levels.html │ │ │ ├── toc_levels.options │ │ │ └── toc_levels.text │ │ ├── encoding.html │ │ ├── encoding.text │ │ └── span │ │ ├── 01_link │ │ ├── empty.html │ │ ├── empty.text │ │ ├── image_in_a.html │ │ ├── image_in_a.text │ │ ├── imagelinks.html │ │ ├── imagelinks.text │ │ ├── inline.html │ │ ├── inline.html.19 │ │ ├── inline.text │ │ ├── link_defs.html │ │ ├── link_defs.text │ │ ├── links_with_angle_brackets.html │ │ ├── links_with_angle_brackets.text │ │ ├── reference.html │ │ ├── reference.html.19 │ │ └── reference.text │ │ ├── 02_emphasis │ │ ├── empty.html │ │ ├── empty.text │ │ ├── errors.html │ │ ├── errors.text │ │ ├── nesting.html │ │ ├── nesting.text │ │ ├── normal.html │ │ └── normal.text │ │ ├── 03_codespan │ │ ├── empty.html │ │ ├── empty.text │ │ ├── errors.html │ │ ├── errors.text │ │ ├── highlighting.html │ │ ├── highlighting.text │ │ ├── normal.html │ │ └── normal.text │ │ ├── 04_footnote │ │ ├── definitions.html │ │ ├── definitions.latex │ │ ├── definitions.text │ │ ├── footnote_nr.html │ │ ├── footnote_nr.latex │ │ ├── footnote_nr.options │ │ ├── footnote_nr.text │ │ ├── markers.html │ │ ├── markers.latex │ │ └── markers.text │ │ ├── 05_html │ │ ├── across_lines.html │ │ ├── across_lines.text │ │ ├── invalid.html │ │ ├── invalid.text │ │ ├── link_with_mailto.html │ │ ├── link_with_mailto.text │ │ ├── markdown_attr.html │ │ ├── markdown_attr.text │ │ ├── normal.html │ │ └── normal.text │ │ ├── abbreviations │ │ ├── abbrev.html │ │ ├── abbrev.text │ │ ├── abbrev_defs.html │ │ └── abbrev_defs.text │ │ ├── autolinks │ │ ├── url_links.html │ │ └── url_links.text │ │ ├── escaped_chars │ │ ├── normal.html │ │ └── normal.text │ │ ├── extension │ │ ├── comment.html │ │ ├── comment.text │ │ ├── ignored.html │ │ ├── ignored.text │ │ ├── nomarkdown.html │ │ ├── nomarkdown.text │ │ ├── options.html │ │ └── options.text │ │ ├── ial │ │ ├── simple.html │ │ └── simple.text │ │ ├── line_breaks │ │ ├── normal.html │ │ ├── normal.latex │ │ └── normal.text │ │ ├── math │ │ ├── normal.html │ │ └── normal.text │ │ └── text_substitutions │ │ ├── entities.html │ │ ├── entities.options │ │ ├── entities.text │ │ ├── entities_as_char.html │ │ ├── entities_as_char.html.19 │ │ ├── entities_as_char.options │ │ ├── entities_as_char.text │ │ ├── entities_as_input.html │ │ ├── entities_as_input.options │ │ ├── entities_as_input.text │ │ ├── entities_numeric.html │ │ ├── entities_numeric.options │ │ ├── entities_numeric.text │ │ ├── entities_symbolic.html │ │ ├── entities_symbolic.options │ │ ├── entities_symbolic.text │ │ ├── greaterthan.html │ │ ├── greaterthan.text │ │ ├── lowerthan.html │ │ ├── lowerthan.text │ │ ├── typography.html │ │ ├── typography.html.19 │ │ └── typography.text └── styles.css ├── Syntaxes ├── FileMaker Clipboard.tmLanguage ├── FileMaker Hash.tmLanguage ├── FileMaker Log.tmLanguage └── FileMaker.tmLanguage ├── Templates └── Custom Function.tmTemplate │ ├── info.plist │ └── newFunction.calc ├── info.plist └── license.txt /Snippets/Abs.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Abs ( ${1:number} )$0 7 | name 8 | Abs 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | abs 13 | uuid 14 | DB914EA9-700D-49F5-BC04-B6644145919F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Acos.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Acos ( ${1:number} )$0 7 | name 8 | Acos 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | acos 13 | uuid 14 | FC86C433-6BC2-4EC4-BE30-3C79204EF4DB 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Asin.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Asin ( ${1:number} )$0 7 | name 8 | Asin 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | asin 13 | uuid 14 | FB7ED4F0-A82A-413D-8D6C-BE1079C78B29 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Atan.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Atan ( ${1:number} )$0 7 | name 8 | Atan 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | atan 13 | uuid 14 | 65F7F7F6-7A72-4D0E-A86D-291459D60417 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Average.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Average ( ${1:field}${2: ; ${3:field...}} ) 7 | name 8 | Average 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | avg 13 | uuid 14 | E49775D1-B116-4348-B7E3-2D423CCA9B6E 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Base64Decode.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Base64Decode ( ${1:text}${2: ; ${3:fileNameWithExtension}} ) 7 | tabTrigger 8 | base64d 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/Base64Encode.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Base64Encode ( ${1:sourceField} ) 7 | tabTrigger 8 | base64e 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/Ceiling.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Ceiling ( ${1:number} )$0 7 | name 8 | Ceiling 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | ceiling 13 | uuid 14 | 32CD1646-9D23-455E-8F0A-0B20F9BD4442 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Char.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Char ( ${1:number} )$0 7 | name 8 | Char 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | char 13 | uuid 14 | BFB3F156-2A4D-4CE9-B17B-5746020671AF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Choose.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Choose ( ${1:test} ; ${2:result0} ; ${3:result1} ) 7 | name 8 | Choose 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | choose 13 | uuid 14 | BA9C68C4-94F7-464B-985A-3A877ADB52D4 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Code.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Code ( ${1:text} )$0 7 | name 8 | Code 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | code 13 | uuid 14 | 2C8C542D-7AEF-4F6C-A976-FB1D2D965CA2 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Cos.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Cos ( ${1:angleInRadians} )$0 7 | name 8 | Cos 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | cos 13 | uuid 14 | 5431E718-A226-4051-8369-4B9F5BC8613A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Count.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Count ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | Count 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | count 13 | uuid 14 | 6B809CAC-ACA3-4EE3-8C5A-38F712934868 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/CurrentTimeUTCMilliseconds.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( CurrentTimeUTCMilliseconds ) 7 | tabTrigger 8 | getcur 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/DatabaseNames.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | DatabaseNames 7 | name 8 | DatabaseNames 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | dbnames 13 | uuid 14 | 658E3739-71AB-4608-BA64-638FFB0E5E91 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Date.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Date ( ${1:month} ; ${2:day} ; ${3:year} )$0 7 | name 8 | Date 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | date 13 | uuid 14 | 867134D7-D64F-4A3C-B6C3-D5CC78F73706 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Day.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Day ( ${1:date} )$0 7 | name 8 | Day 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | day 13 | uuid 14 | BBDBD7CC-6752-48A7-BCC8-EE8E2A272A6D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/DayName.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | DayName ( ${1:date} )$0 7 | name 8 | DayName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | dayname 13 | uuid 14 | A82B92D2-5E8F-409F-9ABD-FB549B75F6FF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/DayNameJ.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | DayNameJ ( ${1:date} )$0 7 | name 8 | DayNameJ 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | daynamej 13 | uuid 14 | 6EDC29EE-56E1-4A70-A7E8-8EAA135DB684 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/DayOfWeek.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | DayOfWeek ( ${1:date} )$0 7 | name 8 | DayOfWeek 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | dow 13 | uuid 14 | 8E093014-08CD-463B-8637-5DBF5AE39F12 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/DayOfYear.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | DayOfYear ( ${1:date} )$0 7 | name 8 | DayOfYear 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | doy 13 | uuid 14 | 002B31E6-BEFA-400A-9C54-BC70643E0F8A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Degrees.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Degrees ( ${1:angleInRadians} )$0 7 | name 8 | Degrees 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | deg 13 | uuid 14 | 55E6A10A-5EF5-4478-8FC5-A568F3ED4394 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Div.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Div ( ${1:number} ; ${2:divisor} )$0 7 | name 8 | Div 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | div 13 | uuid 14 | 4F71C0D4-4B8A-47EB-9AD5-3F6938331689 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Exact.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Exact ( ${1:originalText} ; ${2:comparisonText} )$0 7 | name 8 | Exact 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | exact 13 | uuid 14 | AC832799-5F6A-4C41-B5FA-944AFEC5A411 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Exp.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Exp ( ${1:number} )$0 7 | name 8 | Exp 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | exp 13 | uuid 14 | 276C804D-1D24-4F69-A288-20C6EC781182 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Extend.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Extend ( ${1:non-repeatingField} )$0 7 | name 8 | Extend 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | extend 13 | uuid 14 | C72FB537-24A7-49B6-A713-7F572B9404FA 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/FV.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | FV ( ${1:payment} ; ${2:interestRate} ; ${3:periods} )$0 7 | name 8 | FV 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | fv 13 | uuid 14 | B427E25E-D1E9-402E-A553-506ED0A64AF9 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Filter.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Filter ( ${1:textToFilter} ; ${2:filterText} )$0 7 | name 8 | Filter 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | filter 13 | uuid 14 | 03BFCE7C-84AB-48EC-9E17-200BB08CD03A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Floor.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Floor ( ${1:number} )$0 7 | name 8 | Floor 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | floor 13 | uuid 14 | A5DC25AF-ABF4-436D-A3D7-3A9446F7128B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( AccountName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( AccountName ) 7 | name 8 | AccountName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | B6AC2B0F-2F4F-4233-AB95-8FE4142E350F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ActiveFieldName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ActiveFieldName ) 7 | name 8 | ActiveFieldName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 6E84EDE1-320A-4865-BA56-92C56251D776 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( AllowAbortState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( AllowAbortState ) 7 | name 8 | AllowAbortState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 84FA2C50-6AD5-459C-BF8E-97C3B2A6F95B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ConnectionState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ConnectionState ) 7 | name 8 | ConnectionState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 8E5FD343-1B45-4996-B8F2-8EC8B8569A3F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( CurrentDate ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( CurrentDate ) 7 | name 8 | CurrentDate 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | CBA65C5D-69A4-4426-8E85-1E5BC0506A15 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( CurrentTime ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( CurrentTime ) 7 | name 8 | CurrentTime 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 0C2DDA8F-FC6E-4710-A15C-13E52FA8454D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( CurrentTimestamp ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( CurrentTimestamp ) 7 | name 8 | CurrentTimestamp 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | E00878B2-A235-465E-9EF6-2B546BD64AB1 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( DesktopPath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( DesktopPath ) 7 | name 8 | DesktopPath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 4CE98957-1693-4A38-84CB-24F0CC831EF6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( DocumentsPath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( DocumentsPath ) 7 | name 8 | DocumentsPath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 12D1E2F4-8D71-4849-B089-FBCC724B46BB 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( FileMakerPath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( FileMakerPath ) 7 | name 8 | FileMakerPath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 798747EA-6870-49EE-B898-85597347DBA0 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( FileName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( FileName ) 7 | name 8 | FileName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 4BB2AE7E-7DB9-4E42-9EB1-9B1FD12A2B2C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( FilePath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( FilePath ) 7 | name 8 | FilePath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | E01D14F3-8A53-4CED-92E8-C693B65EE43F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( FileSize ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( FileSize ) 7 | name 8 | FileSize 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 34A89FB7-F8A1-4A25-A1B8-7905350A9EAF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( FoundCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( FoundCount ) 7 | name 8 | FoundCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 5C3B532D-8804-4632-913B-2CF96BAB8A87 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( HostIPAddress ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( HostIPAddress ) 7 | name 8 | HostIPAddress 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 0A8C2E38-5A57-427E-8622-A4F4E9C0DD8C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( HostName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( HostName ) 7 | name 8 | HostName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 10834F8C-619D-4DD9-AB82-1A8224CD3E3D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LastError ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LastError ) 7 | name 8 | LastError 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D4D71935-B748-492D-96E3-695C068169BF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LastODBCError ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LastODBCError ) 7 | name 8 | LastODBCError 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 49390B31-3CDF-4748-8791-0A8006BA99C6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutAccess ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutAccess ) 7 | name 8 | LayoutAccess 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D12A3AE4-617A-455B-B747-8BEFFDCDA8CD 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutCount ) 7 | name 8 | LayoutCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | C7FA75D0-3F50-484F-BDFB-1524E5DEA5B6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutName ) 7 | name 8 | LayoutName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | F2B5A21A-E24F-4AB1-B973-CF8B6DE2A19B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutNumber ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutNumber ) 7 | name 8 | LayoutNumber 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 2E816A3C-B135-4147-9DC0-A23EEA1733DA 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutTableName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutTableName ) 7 | name 8 | LayoutTableName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 312B21D0-D1B7-4275-AA1C-480FDAF74F88 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( LayoutViewState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( LayoutViewState ) 7 | name 8 | LayoutViewState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 8D07781A-4F7F-4FE7-917F-1F0526D850D5 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( MultiUserState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( MultiUserState ) 7 | name 8 | MultiUserState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | B80CFA2B-F124-45B7-B493-B4D4AB969E58 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( NetworkProtocol ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( NetworkProtocol ) 7 | name 8 | NetworkProtocol 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D17B283B-CE30-4DC5-AF5D-1AA61DB5918D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PageNumber ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PageNumber ) 7 | name 8 | PageNumber 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | A216A8C9-E633-4FAF-A2C9-536E48158494 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PersistentID ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PersistentID ) 7 | name 8 | PersistentID 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | DB53D464-D159-4AFB-B306-1B645337C9D4 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PortalRowNumber ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PortalRowNumber ) 7 | name 8 | PortalRowNumber 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 396EDCEC-86C2-4FFB-A61E-1FFDEF7D93E1 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PreferencesPath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PreferencesPath ) 7 | name 8 | PreferencesPath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | C9C03551-1CD8-43CC-ADCA-163024C2CE7C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PrinterName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PrinterName ) 7 | name 8 | PrinterName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 6F6CF16A-6CCB-4121-BC1C-FCC275223310 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( PrivilegeSetName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( PrivilegeSetName ) 7 | name 8 | PrivilegeSetName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | CD426B38-3B59-491D-BD67-E1E4A76F38C3 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RecordAccess ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RecordAccess ) 7 | name 8 | RecordAccess 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 484621F3-AAAC-4561-973C-3153645818B3 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RecordID ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RecordID ) 7 | name 8 | RecordID 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 14334C02-4EE4-4D45-B4FC-79EE5977A22F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RecordNumber ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RecordNumber ) 7 | name 8 | RecordNumber 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 3A458B7A-B75C-4204-B5E6-DC8375DA3E9B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RecordOpenCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RecordOpenCount ) 7 | name 8 | RecordOpenCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D7861AB5-F3FF-4780-93AA-B9C1B743AF0D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RecordOpenState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RecordOpenState ) 7 | name 8 | RecordOpenState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 6F7B8DC0-7318-4978-8401-0CC43F508A21 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RequestCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RequestCount ) 7 | name 8 | RequestCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 848A508B-E29C-4264-A600-6394236C7AA1 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( RequestOmitState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( RequestOmitState ) 7 | name 8 | RequestOmitState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 6F037DF2-B44D-43D4-820E-6001AA96D01A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScreenDepth ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScreenDepth ) 7 | name 8 | ScreenDepth 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 80F91279-D85F-4B5B-9EFF-D8110F8189B2 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScreenHeight ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScreenHeight ) 7 | name 8 | ScreenHeight 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 7E40A859-F79A-44A1-A6DF-9797442B3E9F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScreenWidth ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScreenWidth ) 7 | name 8 | ScreenWidth 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 7AA7D4A7-78D6-43C3-A2FD-3C1C9D2F5CC4 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScriptName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScriptName ) 7 | name 8 | ScriptName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 9534C761-AC22-4114-ACA0-84CB1727FDC4 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScriptParameter ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScriptParameter ) 7 | name 8 | ScriptParameter 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D983358F-6114-4EC5-BC40-84DE03E2BE5D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( ScriptResult ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScriptResult ) 7 | name 8 | ScriptResult 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 5206EBF6-8092-4F29-BBCF-3BC5D7F02D11 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SortState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SortState ) 7 | name 8 | SortState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 86671D0E-659D-4F57-972A-B87540525F68 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( StatusAreaState ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( StatusAreaState ) 7 | name 8 | StatusAreaState 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | C65F9F6B-CF52-4B26-B022-D0FB3A47ED32 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemDrive ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemDrive ) 7 | name 8 | SystemDrive 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D36A9233-22D9-4834-89C6-CF2680A08907 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemIPAddress ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemIPAddress ) 7 | name 8 | SystemIPAddress 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 5FA20608-87DD-4160-A21F-C9620B406035 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemLanguage ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemLanguage ) 7 | name 8 | SystemLanguage 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | F6230CD8-0248-46C7-A7D8-EE847E558036 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemNICAddress ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemNICAddress ) 7 | name 8 | SystemNICAddress 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 1175215F-D66A-4A30-947A-E3DF64ADA91F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemPlatform ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemPlatform ) 7 | name 8 | SystemPlatform 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | A66CCA2F-A072-4B8B-B2B1-4D89D75D602F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( SystemVersion ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( SystemVersion ) 7 | name 8 | SystemVersion 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 91BE537B-83BF-4BC8-BAA1-29B032BE8EBF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( TemporaryPath ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( TemporaryPath ) 7 | name 8 | TemporaryPath 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D9F77E4D-5317-46FC-86B8-BD6AAA2B434C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( TextRulerVisible ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( TextRulerVisible ) 7 | name 8 | TextRulerVisible 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D2498AA0-E153-41B4-AEA0-776D6803C2B9 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( TotalRecordCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( TotalRecordCount ) 7 | name 8 | TotalRecordCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 39FADB5D-40E1-4BC5-9EF3-BDE8D85A30FC 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( TriggerKeystroke ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( TriggerKeystroke ) 7 | name 8 | TriggerKeystroke 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 8A26D9A6-F14B-4E0C-A143-DA2402E9BA70 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( UUID ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( UUID ) 7 | name 8 | UUID 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | E5A01547-626F-480D-8D8F-041C63A55178 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( UserCount ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( UserCount ) 7 | name 8 | UserCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | CF206CC5-7C6D-4137-B4DB-AA3147D9282A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( UserName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( UserName ) 7 | name 8 | UserName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D208E108-7664-4996-AD7F-D03A3B644E7C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowHeight ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowHeight ) 7 | name 8 | WindowHeight 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | A92E8479-67FB-446A-B53F-DD3715D453E5 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowLeft ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowLeft ) 7 | name 8 | WindowLeft 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | FCED4D5E-187F-40D2-B4A0-D1279CD71AC7 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowMode ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowMode ) 7 | name 8 | WindowMode 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 4548420A-71D1-409F-90D1-88069B26EB0C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowName ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowName ) 7 | name 8 | WindowName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 32594502-601A-450E-BF1C-3E27FF43A09E 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowStyle ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowStyle ) 7 | name 8 | WindowStyle 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | AE88A94C-BD8B-4216-AAE2-33ECFEAEB995 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowTop ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowTop ) 7 | name 8 | WindowTop 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | A33D411F-E305-49A1-B0EA-558BD00D960C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowVisible ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowVisible ) 7 | name 8 | WindowVisible 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 105A4297-C984-4E60-A67F-73D69DA46311 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowWidth ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowWidth ) 7 | name 8 | WindowWidth 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | 30F6F8D8-3AC5-49FA-AC60-1906D905E9F6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Get ( WindowZoomLevel ).tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowZoomLevel ) 7 | name 8 | WindowZoomLevel 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | get 13 | uuid 14 | D9EB8F98-0AF3-43E6-89A7-C739410E6C3E 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsBoolean.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsBoolean ( ${1:data} )$0 7 | name 8 | GetAsBoolean 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getasbool 13 | uuid 14 | 0BE5E445-E122-4D9A-B3B4-1326F20ECDD3 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsCSS.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsCSS ( ${1:text} )$0 7 | name 8 | GetAsCSS 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getascss 13 | uuid 14 | 0126DDFF-0BC4-4A5E-AA4F-2676AD0E0C5B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsDate.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsDate ( ${1:text} )$0 7 | name 8 | GetAsDate 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getasdate 13 | uuid 14 | E674D905-44E5-490C-82E8-CB3A3D8B0B4A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsNumber.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsNumber ( ${1:text} )$0 7 | name 8 | GetAsNumber 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getasnum 13 | uuid 14 | 696D9C84-CD99-491D-A3C4-B170165528BB 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsSVG.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsSVG ( ${1:text} )$0 7 | name 8 | GetAsSVG 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getassvg 13 | uuid 14 | 859ABC38-B5B3-49F2-A3FB-2409640F4ED6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsText.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsText ( ${1:data} )$0 7 | name 8 | GetAsText 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getastext 13 | uuid 14 | 7D2DD671-544C-4449-A8DE-3B229CE35157 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsTime.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsTime ( ${1:text} )$0 7 | name 8 | GetAsTime 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getastime 13 | uuid 14 | 39F3DF2E-D77D-4BF0-9B79-53799179B1F7 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetAsTimestamp.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetAsTimestamp ( ${1:text} )$0 7 | name 8 | GetAsTimestamp 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getasts 13 | uuid 14 | 66BF9157-A492-4953-8F7B-9DA5C3C709E2 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetConnectionAttributes.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ConnectionAttributes ) 7 | tabTrigger 8 | getcon 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetDevice.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( Device ) 7 | tabTrigger 8 | getdev 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetEncryptionState.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( EncryptionState ) 7 | tabTrigger 8 | getenc 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetField.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetField ( ${1:fieldName} )$0 7 | name 8 | GetField 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getfield 13 | uuid 14 | AA9AFCB9-DF10-42AA-A469-895987D4C12B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetHeight.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetHeight ( ${1:field} )$0 7 | name 8 | GetHeight 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getheight 13 | uuid 14 | B0740CE0-E54E-4DA6-B9F2-6E403B9CC1DD 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetModifiedFields.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ModifiedFields ) 7 | tabTrigger 8 | getmod 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetNetworkType.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( NetworkType ) 7 | tabTrigger 8 | getnet 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetScriptAnimationState.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( ScriptAnimationState ) 7 | tabTrigger 8 | getscr 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetTriggerGestureInfo.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( TriggerGestureInfo ) 7 | tabTrigger 8 | gettrig 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/GetWidth.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | GetWidth ( ${1:field} )$0 7 | name 8 | GetWidth 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | getwidth 13 | uuid 14 | D8BD3F07-6423-4C32-ABE7-ABE092AD8971 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/GetWindowOrientation.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Get ( WindowOrientation ) 7 | tabTrigger 8 | getwin 9 | scope 10 | source.filemaker 11 | uuid 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Snippets/Hiragana.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Hiragana ( ${1:text} )$0 7 | name 8 | Hiragana 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | hiragana 13 | uuid 14 | 2835ABC6-E388-4626-8115-1B142C10C27B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Hour.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Hour ( ${1:time} )$0 7 | name 8 | Hour 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | hour 13 | uuid 14 | 66A6F4AC-3C77-452F-9676-D914EDDA52C7 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Int.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Int ( ${1:number} )$0 7 | name 8 | Int 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | int 13 | uuid 14 | 94C63348-0EAF-4FE8-9622-42778BFB200D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/IsEmpty.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | IsEmpty ( ${1:field} )$0 7 | name 8 | IsEmpty 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | isempty 13 | uuid 14 | 98816840-70EA-4612-9860-95963EB0BFD3 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/IsValid.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | IsValid ( ${1:field} )$0 7 | name 8 | IsValid 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | isvalid 13 | uuid 14 | FC15573C-A3BF-4C7C-9401-AD75EA418B5E 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/KanaHankaku.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | KanaHankaku ( ${1:text} )$0 7 | name 8 | KanaHankaku 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | kanahankaku 13 | uuid 14 | 69163822-D2A2-4FC3-B348-DEE9A5FDA9F1 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/KanaZenkaku.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | KanaZenkaku ( ${1:text} )$0 7 | name 8 | KanaZenkaku 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | kanazenkaku 13 | uuid 14 | 69F98336-DA0B-4BBC-9916-7D8F535E0776 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/KanjiNumeral.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | KanjiNumeral ( ${1:text} )$0 7 | name 8 | KanjiNumeral 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | kanjinum 13 | uuid 14 | DC955BC3-8374-43AE-B476-96E0A289CEC1 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Katakana.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Katakana ( ${1:text} )$0 7 | name 8 | Katakana 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | katakana 13 | uuid 14 | CAEBE070-1987-4135-BDB1-AC3227F48BF2 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Last.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Last ( ${1:field} )$0 7 | name 8 | Last 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | last 13 | uuid 14 | 080A2C62-0DAE-490A-BFDB-839991F94E64 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/LayoutIDs.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | LayoutIDs ( ${1:Get ( FileName )} )$0 7 | name 8 | LayoutIDs 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | layoutids 13 | uuid 14 | 03FEAABD-B89D-416F-B591-F3A81F16C8E5 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Left.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Left ( ${1:text} ; ${2:numberOfCharacters} )$0 7 | name 8 | Left 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | left 13 | uuid 14 | 0D1AAB46-5831-42AC-B99F-8BA7E89AAEB9 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Length.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Length ( ${1:field} )$0 7 | name 8 | Length 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | len 13 | uuid 14 | 2CC1B7AC-221B-420D-99B7-5D06762745F2 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Lg.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Lg ( ${1:number} )$0 7 | name 8 | Lg 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | lg 13 | uuid 14 | 1115C531-65BE-4F7F-90B8-038BB8184F09 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Ln.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Ln ( ${1:number} )$0 7 | name 8 | Ln 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | ln 13 | uuid 14 | 6ACA4F88-B379-4D51-8CE3-129B06826C45 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Location.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Location ( ${1:accuracy} ; ${2:timeout} )$0 7 | name 8 | Location 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | loca 13 | uuid 14 | 0EAFFE9B-E0C2-46E7-8E44-E5217BBE5CD4 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Log.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Log ( ${1:number} )$0 7 | name 8 | Log 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | log 13 | uuid 14 | 9404FC90-02AE-484A-A996-9E4CB0EB2705 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Lower.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Lower ( ${1:text} )$0 7 | name 8 | Lower 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | lower 13 | uuid 14 | 6A5AF88C-3AC4-43BD-820D-AF7C6D52357D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Max.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Max ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | Max 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | max 13 | uuid 14 | 45CD47D3-A38C-4ED5-8678-CECEB9B8C63D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Min.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Min ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | Min 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | min 13 | uuid 14 | 23F06F31-A3F4-4098-8795-D7B46039CE17 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Minute.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Minute ( ${1:time} )$0 7 | name 8 | Minute 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | minute 13 | uuid 14 | DF328D7D-3EAF-4F17-86D2-7D9441FE6215 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Mod.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Mod ( ${1:number} ; ${2:divisor} )$0 7 | name 8 | Mod 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | mod 13 | uuid 14 | 4D5DD28D-6CFA-49EC-AD31-690C1A733D10 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Month.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Month ( ${1:date} )$0 7 | name 8 | Month 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | month 13 | uuid 14 | 76B7F401-484E-4490-BEB8-994E78A91EE9 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/MonthName.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | MonthName ( ${1:date} )$0 7 | name 8 | MonthName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | monthname 13 | uuid 14 | A8BCD327-3CCF-4D48-A30C-F12CC4F94513 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/MonthNameJ.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | MonthNameJ ( ${1:date} )$0 7 | name 8 | MonthNameJ 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | monthnamej 13 | uuid 14 | D91FA49F-C075-4865-A64B-CB089B862A56 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/NPV.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | NPV ( ${1:payment} ; ${2:interestRate} )$0 7 | name 8 | NPV 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | npv 13 | uuid 14 | A204A880-93B1-4842-81F3-18788CB9C060 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/PMT.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | PMT ( ${1:principal} ; ${2:interestRate} ; ${3:term} )$0 7 | name 8 | PMT 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | pmt 13 | uuid 14 | BF6F1634-E725-4F9A-903C-E4DDAD1A169E 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/PV.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | PV ( ${1:payment} ; ${2:interestRate} ; ${3:periods} )$0 7 | name 8 | PV 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | pv 13 | uuid 14 | 74A5224F-251D-43BA-A888-870CA4C6834C 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Proper.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Proper ( ${1:text} )$0 7 | name 8 | Proper 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | proper 13 | uuid 14 | 1A15E45A-FBD9-46D4-8AE0-B456E61B8E58 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Quote.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Quote ( ${1:text} )$0 7 | name 8 | Quote 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | quote 13 | uuid 14 | 35B14898-BAC9-4CE9-8FEF-899A6CB96F51 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/RGB.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | RGB ( ${1:red} ; ${2:green} ; ${3:blue} )$0 7 | name 8 | RGB 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | rgb 13 | uuid 14 | EDA53D6B-4361-4F23-A3AE-CCAF53A9FEE0 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Radians.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Radians ( ${1:angleInDegrees} )$0 7 | name 8 | Radians 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | rad 13 | uuid 14 | A06CF167-4A6C-4E18-B9E4-322D20D4B0C7 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Right.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Right ( ${1:text} ; ${2:numberOfCharacters} )$0 7 | name 8 | Right 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | right 13 | uuid 14 | 76C29298-1355-4B2E-829C-47972D2AD488 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/RomanHankaku.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | RomanHankaku ( ${1:text} )$0 7 | name 8 | RomanHankaku 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | romanhankaku 13 | uuid 14 | 4EE9D2E5-3260-40CC-877D-B8937C7603E6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/RomanZenkaku.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | RomanZenkaku ( ${1:text} )$0 7 | name 8 | RomanZenkaku 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | romanzenkaku 13 | uuid 14 | 504445D1-1155-4F59-8FF6-DE831B53C143 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Round.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Round ( ${1:number} ; ${2:precision} )$0 7 | name 8 | Round 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | round 13 | uuid 14 | A97F88AC-22D2-4F68-824C-5596330AEC04 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/ScriptIDs.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | ScriptIDs ( ${1:Get ( FileName )} )$0 7 | name 8 | ScriptIDs 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | scriptids 13 | uuid 14 | 67468328-1754-4F79-8CA4-36081A79125A 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Seconds.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Seconds ( ${1:time} )$0 7 | name 8 | Seconds 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | seconds 13 | uuid 14 | 45F3A95E-3908-4A1A-9F73-39B02427FAD6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Sign.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Sign ( ${1:number} )$0 7 | name 8 | Sign 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | sign 13 | uuid 14 | 4AAD8ECF-906C-47B6-A601-DBB160D430B0 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Sin.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Sin ( ${1:angleInRadians} )$0 7 | name 8 | Sin 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | sin 13 | uuid 14 | 65DBC1DA-ED8E-4348-B925-070A1FCF7E28 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Sqrt.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Sqrt ( ${1:number} )$0 7 | name 8 | Sqrt 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | sqrt 13 | uuid 14 | 6E7D4323-B544-470A-9126-1FC3D9A19DB0 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/StDev.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | StDev ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | StDev 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | stdev 13 | uuid 14 | A3986B49-4643-41E6-9C86-40D68A8C3D4B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/StDevP.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | StDevP ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | StDevP 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | stdevp 13 | uuid 14 | B2FACAB7-27D6-4D92-9B30-DE13B6402D5B 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Sum.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Sum ( ${1:field1}${2: ; field2...} )$0 7 | name 8 | Sum 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | sum 13 | uuid 14 | 694FB863-727E-4D05-9D23-73D54CDB7800 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/TableIDs.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | TableIDs ( ${1:Get ( FileName )} )$0 7 | name 8 | TableIDs 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | tableids 13 | uuid 14 | 1ABE5621-FF9E-4E09-887A-6363EBD195F7 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Tan.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Tan ( ${1:angleInRadians} )$0 7 | name 8 | Tan 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | tan 13 | uuid 14 | 82AE389F-D2BB-4B0D-8452-1E361358493D 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Time.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Time ( ${1:hours} ; ${2:minutes} ; ${3:seconds} )$0 7 | name 8 | Time 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | time 13 | uuid 14 | EF492771-C1DC-40CC-B823-DB4616CDB319 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Timestamp.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Timestamp ( ${1:date} ; ${2:time} )$0 7 | name 8 | Timestamp 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | ts 13 | uuid 14 | C6810274-C446-4F33-A503-33F0EDF5E834 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Trim.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Trim ( ${1:text} )$0 7 | name 8 | Trim 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | trim 13 | uuid 14 | 53A343AD-7214-453C-AA4D-43D7D7118F1F 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Truncate.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Truncate ( ${1:number} ; ${2:precision} )$0 7 | name 8 | Truncate 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | trun 13 | uuid 14 | 7C0A6887-20B5-40E8-92AB-62FF5239F2FF 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Upper.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Upper ( ${1:text} )$0 7 | name 8 | Upper 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | upper 13 | uuid 14 | DFBED006-8B74-4139-8701-56DA20E063FD 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/ValueCount.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | ValueCount ( ${1:text} )$0 7 | name 8 | ValueCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | valcount 13 | uuid 14 | 88AAFDF1-600D-40E9-84F8-33D14D1C2422 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/WeekOfYear.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | WeekOfYear ( ${1:date} )$0 7 | name 8 | WeekOfYear 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | woy 13 | uuid 14 | DAE341FA-61F9-49FA-B6CE-3BB01AA75397 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/WordCount.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | WordCount ( ${1:text} )$0 7 | name 8 | WordCount 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | wordcount 13 | uuid 14 | D4A051EB-1D8A-4B7F-9EEB-01785140D8B6 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/Year.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | Year ( ${1:date} )$0 7 | name 8 | Year 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | year 13 | uuid 14 | CB6D0B32-F732-4C14-9D6F-CB83B350FEBE 15 | 16 | 17 | -------------------------------------------------------------------------------- /Snippets/YearName.tmSnippet: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | content 6 | YearName ( ${1:date} )$0 7 | name 8 | YearName 9 | scope 10 | source.filemaker 11 | tabTrigger 12 | yearname 13 | uuid 14 | F411E97D-FD86-46FE-A1D0-37E797D34088 15 | 16 | 17 | -------------------------------------------------------------------------------- /Support/.gitignore: -------------------------------------------------------------------------------- 1 | test*.rb 2 | lib/doc/ 3 | lib/.yardoc/ -------------------------------------------------------------------------------- /Support/Gemfile: -------------------------------------------------------------------------------- 1 | source 'http://rubygems.org' 2 | 3 | gem 'kramdown', :path => "#{File.dirname(__FILE__)}/resources/kramdown-0.13.5.gem" -------------------------------------------------------------------------------- /Support/lib/.gitignore: -------------------------------------------------------------------------------- 1 | test*.rb -------------------------------------------------------------------------------- /Support/lib/.yardopts: -------------------------------------------------------------------------------- 1 | --readme '../../readme.md' 'filemaker/*.rb' 'filemaker/**/*.rb' -------------------------------------------------------------------------------- /Support/lib/tidy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DonovanChan/Filemaker.tmbundle/68595c1786abb8bac61bd632f25aaa97f8430292/Support/lib/tidy.pl -------------------------------------------------------------------------------- /Support/resources/kramdown/AUTHORS: -------------------------------------------------------------------------------- 1 | The author of kramdown is Thomas Leitner . 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/CONTRIBUTERS: -------------------------------------------------------------------------------- 1 | Count Name 2 | ======= ==== 3 | 498 Thomas Leitner 4 | 3 gettalong 5 | 3 Ben Armston 6 | 3 Alex Marandon 7 | 1 tomykaira 8 | 1 Postmodern 9 | 1 John Croisant 10 | 1 Joe Fiorini 11 | 1 Damien Pollet 12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/VERSION: -------------------------------------------------------------------------------- 1 | 0.13.5 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/benchmark/testing.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | source ~/.bashrc 4 | 5 | for VERSION in `rvm list strings | sort`; do 6 | rvm $VERSION 7 | echo $(ruby -v) 8 | RUBYOPT=-rubygems rake test 9 | done 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/benchmark/timing.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | source ~/.bashrc 4 | 5 | for VERSION in `rvm list strings | sort`; do 6 | rvm $VERSION 7 | echo $(ruby -v) 8 | ruby -Ilib bin/kramdown < benchmark/mdsyntax.text 2>/dev/null >/dev/null 9 | time ruby -Ilib bin/kramdown < benchmark/mdsyntax.text 2>/dev/null >/dev/null 10 | done 11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/doc/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DonovanChan/Filemaker.tmbundle/68595c1786abb8bac61bd632f25aaa97f8430292/Support/resources/kramdown/doc/bg.png -------------------------------------------------------------------------------- /Support/resources/kramdown/doc/links.markdown: -------------------------------------------------------------------------------- 1 | [Maruku]: http://maruku.rubyforge.org 2 | [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/ 3 | [Pandoc]: http://johnmacfarlane.net/pandoc/ 4 | [MathJax]: http://www.mathjax.org 5 | [BlueCloth]: http://deveiate.org/projects/BlueCloth 6 | [RedCloth]: http://redcloth.org/ 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/doc/news.feed: -------------------------------------------------------------------------------- 1 | --- 2 | title: kramdown News 3 | description: kramdown - a fast, pure Ruby Markdown-superset converter 4 | site_url: http://kramdown.rubyforge.org/ 5 | author: Thomas Leitner 6 | author_url: http://kramdown.rubyforge.org 7 | number_of_entries: 10 8 | rss: false 9 | entries: [news/*.html] 10 | 11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/doc/virtual: -------------------------------------------------------------------------------- 1 | rdoc/index.html: 2 | title: API Documentation 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/01_blank_line/spaces.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/01_blank_line/spaces.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/01_blank_line/tabs.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/01_blank_line/tabs.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/beginning.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/beginning.text: -------------------------------------------------------------------------------- 1 | ^ 2 | 3 | 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/end.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/end.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | ^ 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/middle.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/02_eob/middle.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | ^ 4 | 5 | 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/indented.html: -------------------------------------------------------------------------------- 1 |

This is a para.

2 | 3 |

This is a para.

4 | 5 |

This is a para.

6 | 7 |

This is a para.

8 | 9 |
This is a code block.
10 | 
11 | 12 |

And this is another.

13 | 14 |

A para 15 | with 16 | mixed 17 | indents. 18 | and with much indent

19 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/indented.text: -------------------------------------------------------------------------------- 1 | This is a para. 2 | 3 | This is a para. 4 | 5 | This is a para. 6 | 7 | This is a para. 8 | 9 | This is a code block. 10 | 11 | 12 | 13 | And this is another. 14 | 15 | A para 16 | with 17 | mixed 18 | indents. 19 | and with much indent 20 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |

One paragraph 2 | over 3 | multiple lines.

4 | 5 |

Second one without newline.

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | One paragraph 2 | over 3 | multiple lines. 4 | 5 | Second one without newline. -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/one_para.html: -------------------------------------------------------------------------------- 1 |

This is just a normal paragraph.

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/one_para.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/two_para.html: -------------------------------------------------------------------------------- 1 |

This is just a normal paragraph. 2 | That goes on to the second line.

3 | 4 |

Another paragraph.

5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/03_paragraph/two_para.text: -------------------------------------------------------------------------------- 1 | This is just a normal paragraph. 2 | That goes on to the second line. 3 | 4 | Another paragraph. 5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/atx_header.text: -------------------------------------------------------------------------------- 1 | # This is a header 2 | 3 | ## This is a header 4 | 5 | ### This is a header 6 | 7 | #### This is a header 8 | 9 | ##### This is a header 10 | 11 | ###### This is a header 12 | 13 | # Header 14 | ^ 15 | # Header 16 | 17 | ##Header ##### 18 | > blockquote 19 | 20 | ###### header 21 | paragraph 22 | 23 | > blockquote 24 | ### not a header 25 | 26 | ### Header {#id} 27 | 28 | ### Header ## {#id} 29 | 30 | ### Header{#noid} 31 | 32 | ### Header ##{#noid} 33 | 34 | ### Last 35 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/atx_header_no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |

header

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/atx_header_no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | # header -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/setext_header.html: -------------------------------------------------------------------------------- 1 |

test

2 | 3 |

test2

4 | 5 |

test

6 |

para

7 | 8 |
   header =
 9 | 
10 | 11 |

=

12 | 13 |

This is a para. 14 | With two lines. 15 | And not a header. 16 | =================

17 | 18 |
19 |

Blockquote. 20 | Not a Header 21 | —

22 |
23 | 24 |

header

25 | 26 |

header

27 | 28 |

header{#noid}

29 | 30 |

header

31 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/setext_header.html.19: -------------------------------------------------------------------------------- 1 |

test

2 | 3 |

test2

4 | 5 |

test

6 |

para

7 | 8 |
   header =
 9 | 
10 | 11 |

=

12 | 13 |

This is a para. 14 | With two lines. 15 | And not a header. 16 | =================

17 | 18 |
19 |

Blockquote. 20 | Not a Header 21 | —

22 |
23 | 24 |

header

25 | 26 |

header

27 | 28 |

header{#noid}

29 | 30 |

header

31 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/setext_header.text: -------------------------------------------------------------------------------- 1 | test 2 | - 3 | 4 | test2 5 | ========= 6 | 7 | test 8 | - 9 | para 10 | 11 | header 12 | = 13 | 14 | 15 | = 16 | 17 | This is a para. 18 | With two lines. 19 | And not a header. 20 | ================= 21 | 22 | > Blockquote. 23 | Not a Header 24 | --- 25 | 26 | header {#id} 27 | ------------ 28 | 29 | header {#id} 30 | ====== 31 | 32 | header{#noid} 33 | ----- 34 | 35 | header 36 | ------ 37 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/setext_header_no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |

header

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/setext_header_no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | header 2 | ====== -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_id_prefix.html: -------------------------------------------------------------------------------- 1 |

Header 1

2 | 3 |

123

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_id_prefix.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | :auto_id_prefix: hallo_ 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_id_prefix.text: -------------------------------------------------------------------------------- 1 | # Header 1 2 | 3 | # 123 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_ids.html: -------------------------------------------------------------------------------- 1 |

This is a header

2 | 3 |

12. Another one-1-here

4 | 5 |

Do ^& it now

6 | 7 |

Hallo

8 | 9 |

Not now

10 | 11 |

Hallo

12 | 13 |

23232

14 | 15 |

33333

16 | 17 |

hallO

18 | 19 |

Header without ID

20 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_ids.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/04_header/with_auto_ids.text: -------------------------------------------------------------------------------- 1 | # This is a header 2 | 3 | ## 12. Another one-1-here 4 | 5 | ### Do ^& it now 6 | 7 | Hallo 8 | ===== 9 | 10 | Not now 11 | ------- 12 | 13 | # Hallo 14 | 15 | # 23232 16 | 17 | # 33333 18 | 19 | ## hallO 20 | 21 | # Header without ID 22 | {: id=""} 23 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/indented.html: -------------------------------------------------------------------------------- 1 |
2 |

A normal blockquote.

3 |
4 | 5 |
6 |

A normal blockquote.

7 |
8 | 9 |
10 |

A normal blockquote.

11 |
12 | 13 |
14 |

A normal blockquote.

15 |
16 | 17 |
> A codeblock
18 | 
19 | 20 |
21 |

Blockquote 22 | with 23 | mixed 24 | indents.

25 |
26 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/indented.text: -------------------------------------------------------------------------------- 1 | > A normal blockquote. 2 | 3 | > A normal blockquote. 4 | 5 | > A normal blockquote. 6 | 7 | > A normal blockquote. 8 | 9 | > A codeblock 10 | 11 | > Blockquote 12 | > with 13 | >mixed 14 | > indents. 15 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/lazy.text: -------------------------------------------------------------------------------- 1 | > This is a long 2 | long line. 3 | 4 | > > Nested quote 5 | inside 6 | > still inside 7 | 8 | > > This is a subquote. 9 | > > over multipline lines. 10 | > continuing 11 | here 12 | 13 | > This is a quote 14 | no code 15 | 16 | > This is a quote 17 | {: #id} 18 | 19 | > This is a quote 20 | ^ 21 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/nested.html: -------------------------------------------------------------------------------- 1 |
2 |

foo

3 | 4 |
5 |

bar 6 | baz

7 |
8 | 9 |

foo

10 |
11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/nested.text: -------------------------------------------------------------------------------- 1 | > foo 2 | > 3 | > > bar 4 | >> baz 5 | > 6 | > foo 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |
2 |

This is a block quote 3 | with no newline.

4 |
5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | > This is a block quote 2 | > with no newline. -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/with_code_blocks.html: -------------------------------------------------------------------------------- 1 |
2 |

Example:

3 | 4 |
sub status {
 5 |     print "working";
 6 | }
 7 | 
8 | 9 |

Or:

10 | 11 |
sub status {
12 |     return "working";
13 | }
14 | 
15 |
16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/05_blockquote/with_code_blocks.text: -------------------------------------------------------------------------------- 1 | >Example: 2 | > 3 | > sub status { 4 | > print "working"; 5 | > } 6 | > 7 | > Or: 8 | > 9 | > sub status { 10 | > return "working"; 11 | > } 12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/error.html: -------------------------------------------------------------------------------- 1 |

Some para

2 | 3 |

~~~~~~ 4 | not codeblock

5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/error.text: -------------------------------------------------------------------------------- 1 | Some para 2 | 3 | ~~~~~~ 4 | not codeblock 5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/lazy.html: -------------------------------------------------------------------------------- 1 |
This is some code
2 | 
3 | This is some  other code
4 | 
5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/lazy.text: -------------------------------------------------------------------------------- 1 | This is some 2 | code 3 | 4 | This is some 5 | other code 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/no_newline_at_end.html: -------------------------------------------------------------------------------- 1 |
test  
2 | 
3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/no_newline_at_end.text: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/no_newline_at_end_1.html: -------------------------------------------------------------------------------- 1 |
test   test
2 | 
3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/no_newline_at_end_1.text: -------------------------------------------------------------------------------- 1 | test 2 | test 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/normal.html: -------------------------------------------------------------------------------- 1 |
starting code
 2 | 
3 | 4 |

paragraph

5 | 6 |
other code  
 7 | with samples 
 8 | 
9 | 10 |

paragraph

11 | 12 |
  ending code
13 | 
14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/normal.text: -------------------------------------------------------------------------------- 1 | starting code 2 | 3 | paragraph 4 | 5 | other code 6 | with samples 7 | 8 | paragraph 9 | 10 | ending code 11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/tilde_syntax.html: -------------------------------------------------------------------------------- 1 |
Here comes some code.
2 | 
3 | 4 |
~~~~~~~
5 | code with tildes
6 | ~~~~~~~~
7 | 
8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/tilde_syntax.text: -------------------------------------------------------------------------------- 1 | ~~~~~~~~ 2 | Here comes some code. 3 | ~~~~~~~~ 4 | 5 | ~~~~~~~~~~~~ 6 | ~~~~~~~ 7 | code with tildes 8 | ~~~~~~~~ 9 | ~~~~~~~~~~~~~~~~~~ 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/whitespace.html: -------------------------------------------------------------------------------- 1 |
This	issome
2 | whitespace
3 | 
4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/whitespace.text: -------------------------------------------------------------------------------- 1 | This is some 2 | whitespace 3 | {:.show-whitespaces} 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_blank_line.html: -------------------------------------------------------------------------------- 1 |

paragraph

2 | 3 |
code block
 4 | 
 5 | continued here
 6 | 
7 | 8 |

ended

9 | 10 |
next blank line has 4 spaces
11 | 
12 | 13 |

paragraph

14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_blank_line.text: -------------------------------------------------------------------------------- 1 | paragraph 2 | 3 | code block 4 | 5 | continued here 6 | 7 | 8 | ended 9 | 10 | next blank line has 4 spaces 11 | 12 | paragraph 13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_eob_marker.html: -------------------------------------------------------------------------------- 1 |
code block
2 | 
3 | continued here
4 | 
5 |
new block here
6 | 
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_eob_marker.text: -------------------------------------------------------------------------------- 1 | code block 2 | 3 | continued here 4 | ^ 5 | new block here 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_ial.html: -------------------------------------------------------------------------------- 1 |
code block
2 | 
3 | continued here
4 | 
5 |
new block here
6 | 
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/06_codeblock/with_ial.text: -------------------------------------------------------------------------------- 1 | code block 2 | 3 | continued here 4 | {:.cls} 5 | new block here 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/error.html: -------------------------------------------------------------------------------- 1 |

_ * _

2 | 3 |

— * * *

4 | 5 |

_ - *

6 | 7 |

———————————————- test

8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/error.html.19: -------------------------------------------------------------------------------- 1 |

_ * _

2 | 3 |

— * * *

4 | 5 |

_ - *

6 | 7 |

———————————————- test

8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/error.text: -------------------------------------------------------------------------------- 1 | _ * _ 2 | 3 | --- * * * 4 | 5 | _ - * 6 | 7 | ---------------------------------------------- test 8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/normal.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |

d- -

6 | 7 |
8 |
9 |
10 | 11 |

para

12 |

text

13 | 14 |
15 | 16 |
- - -
17 | 
18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/normal.text: -------------------------------------------------------------------------------- 1 | *** 2 | * * * 3 | - - - 4 | 5 | d- - 6 | 7 | --- 8 | ___ 9 | *** 10 | 11 | para 12 | ----------- 13 | text 14 | 15 | * * * 16 | 17 | - - - 18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/sepspaces.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/sepspaces.text: -------------------------------------------------------------------------------- 1 | - - - 2 | * * * 3 | _ _ _ _ _ 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/septabs.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/07_horizontal_rule/septabs.text: -------------------------------------------------------------------------------- 1 | - - - 2 | * * * 3 | _ _ _ _ _ 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/escaping.html: -------------------------------------------------------------------------------- 1 |

I have read the book 2 | 1984. It was great 3 | - other say that, too!

4 | 5 |

I have read the book 6 | 1984. It was great 7 | - other say that, too!

8 | 9 |

I have read the book 10 | 1984. It was great.

11 | 12 |

I have read the book 1984. 13 | - it was great!

14 | 15 |

1984. Was great!

16 | 17 |

- This too!

18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/escaping.text: -------------------------------------------------------------------------------- 1 | I have read the book 2 | 1984. It was great 3 | - other say that, too! 4 | 5 | I have read the book 6 | 1984\. It was great 7 | \- other say that, too! 8 | 9 | I have read the book 10 | 1984. It was great. 11 | 12 | I have read the book 1984. 13 | - it was great! 14 | 15 | 1984\. Was great! 16 | 17 | \- This too! 18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/item_ial.html: -------------------------------------------------------------------------------- 1 |
    2 |
  • IAL at first 3 | continued
  • 4 |
  • another {:.cls}
  • 5 |
  • IAL at last 6 | code
  • 7 |
  • X 8 | test
  • 9 |
  • X OK
  • 10 |
11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/item_ial.text: -------------------------------------------------------------------------------- 1 | * {:.cls} IAL at first 2 | continued 3 | * another {:.cls} 4 | * {:.cls} IAL at last 5 | code 6 | * {::nomarkdown type="html"}X{:/nomarkdown} 7 | test 8 | * {::nomarkdown type="html"}X{:/nomarkdown} OK 9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/lazy.text: -------------------------------------------------------------------------------- 1 | * This is a simple 2 | list item 3 | * Followed by another 4 | list item 5 | 6 | 7 | * Followed by 8 | 9 | a para list item 10 | continued here 11 | * and a normal one 12 | * and 13 | 14 | a para 15 | continued here 16 | 17 | para 18 | 19 | * multi line 20 | list item 21 | 22 | para 23 | 24 | * list item line1 25 | one line 26 | two lines 27 | * list item line2 28 | one line 29 | two lines 30 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/list_and_hr.html: -------------------------------------------------------------------------------- 1 |
    2 |
  • Starting a list
  • 3 |
4 | 5 |
6 | 7 |
    8 |
  • Starting a new list
  • 9 |
10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/list_and_hr.text: -------------------------------------------------------------------------------- 1 | * Starting a list 2 | 3 | * * * 4 | 5 | * Starting a new list 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/list_and_others.text: -------------------------------------------------------------------------------- 1 | * list item 2 | 3 | > blockquote 4 | 5 | para 6 | * * * 7 | para 8 | - no list 9 | 10 | + item 11 | 12 | > block 13 | 14 | ## header 15 | 16 | * test 17 | 18 | codeblock 19 | 20 | test 21 | 22 | * test 23 | 24 | codeblock 25 | 26 | test 27 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/nested.html: -------------------------------------------------------------------------------- 1 |
    2 |
  • some item 3 |
      4 |
    • nested
    • 5 |
    6 |
  • 7 |
  • last item
  • 8 |
9 |
    10 |
  • 11 |

    some text

    12 | 13 |
      14 |
    • nested
    • 15 |
    16 |
  • 17 |
18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/nested.text: -------------------------------------------------------------------------------- 1 | * some item 2 | * nested 3 | * last item 4 | ^ 5 | * some text 6 | 7 | * nested 8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/other_first_element.text: -------------------------------------------------------------------------------- 1 | * 2 | This is a code block. 3 | * > This is a blockquote. 4 | * ## A header 5 | ^ 6 | * 7 | This is a code block. 8 | 9 | * > This is a blockquote. 10 | continued by some para. 11 | 12 | * A header 13 | ========= 14 | a para 15 | ^ 16 | * * nested list 17 | * other nested item 18 | * item 2 19 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/simple_ol.html: -------------------------------------------------------------------------------- 1 |
    2 |
  1. This is a simple list item
  2. 3 |
  3. 4 |

    Followed by another

    5 |
  4. 6 |
  5. 7 |

    Followed by

    8 | 9 |

    a para list item

    10 |
  6. 11 |
  7. and a normal one
  8. 12 |
  9. 13 |

    and

    14 | 15 |

    a para

    16 |
  10. 17 |
18 | 19 |

para

20 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/simple_ol.text: -------------------------------------------------------------------------------- 1 | 1. This is a simple list item 2 | 3. Followed by another 3 | 4 | 5 | 10. Followed by 6 | 7 | a para list item 8 | 1. and a normal one 9 | 2. and 10 | 11 | a para 12 | 13 | para 14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/single_item.html: -------------------------------------------------------------------------------- 1 |
    2 |
  • single
  • 3 |
4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/single_item.text: -------------------------------------------------------------------------------- 1 | * single 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/08_list/special_cases.text: -------------------------------------------------------------------------------- 1 | * not a para 2 | here 3 | 4 | > blockquote 5 | 6 | * and not 7 | here 8 | 9 | >blockquote 10 | 11 | * this is a para 12 | 13 | * > blockquote 14 | 15 | * this too 16 | 17 | ^ 18 | 19 | A paragraph 20 | 1. followed not by ol 21 | - followed not by ul 22 | 23 | A compact list: 24 | 25 | * compact 26 | * list 27 | * items 28 | 29 | A normal list: 30 | 31 | * not 32 | 33 | * compact 34 | 35 | * but here 36 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/comment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

para1

4 | 5 | 6 | 7 |

para2

8 | 9 | 13 |

para

14 | 15 |
16 |

This is 17 |

18 |
19 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/comment.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | para1 4 | 5 | 6 | 7 | para2 8 | 9 | para 13 | 14 | > This is 15 | > 16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/deflists.html: -------------------------------------------------------------------------------- 1 |
2 |
text
3 |
4 |

para

5 |
6 |
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/deflists.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/deflists.text: -------------------------------------------------------------------------------- 1 |
2 |
*text*
3 |
4 | para 5 |
6 |
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/tables.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | 13 | 14 |
Usage 5 | Output 6 |
Some data 11 |

Some more

12 |
15 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/tables.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/content_model/tables.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | 13 | 14 |
*Usage* 5 | Output 6 |
Some *data* 11 | # Some more 12 |
15 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html5_attributes.html: -------------------------------------------------------------------------------- 1 |

paragraph

2 | 3 |

paragraph

4 | 5 |

paragraph

6 | 7 |

paragraph

8 | 9 |

paragraph

10 | 11 |

paragraph

12 | 13 |

paragraph

14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html5_attributes.text: -------------------------------------------------------------------------------- 1 |

paragraph

2 | 3 |

paragraph

4 | 5 |

paragraph

6 | 7 |

paragraph

8 | 9 |

paragraph

10 | 11 |

paragraph

12 | 13 |

paragraph

14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_and_codeblocks.html: -------------------------------------------------------------------------------- 1 |

para

2 | 3 |
codeblock
 4 | 
5 | 6 |
7 |

test

8 |
9 | 10 |
<p>codeblock</p>
11 | 
12 | 13 |
14 |

test

15 |
16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_and_codeblocks.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_and_codeblocks.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | codeblock 4 | 5 |
6 | test 7 |
8 | 9 |

codeblock

10 | 11 |
12 | test 13 |
14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_and_headers.html: -------------------------------------------------------------------------------- 1 |

header

2 | 3 |
4 | ====== 5 |
6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_and_headers.text: -------------------------------------------------------------------------------- 1 | header 2 | ====== 3 | 4 |
5 | ====== 6 |
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/code.html: -------------------------------------------------------------------------------- 1 |

This is a code span with <entities> that should be preserved. 2 | This is a simple code span.

3 | 4 |

Some <

5 | 6 |
Some very important < thing
 7 | 
8 | 9 |
Some code<<
10 | 
11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/code.text: -------------------------------------------------------------------------------- 1 | This is a code span with <entities> that should be preserved. 2 | This is a simple code span. 3 | 4 |

Some <

5 | 6 |
Some very important < thing
7 | 8 |
Some code<<
 9 | 
10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/comment.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 7 |
8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/comment.text: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 8 |
9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/emphasis.html: -------------------------------------------------------------------------------- 1 |

This is sizedhallo.

2 | 3 |

This is strongitalic, yes!.

4 | 5 |

This is not converted, as is 6 | this.

7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/emphasis.text: -------------------------------------------------------------------------------- 1 | This is sizedhallo. 2 | 3 | This is strongitalic, yes!. 4 | 5 | This is not converted, as is 6 | this. 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/entity.html: -------------------------------------------------------------------------------- 1 |

This is *raw* HTML text containing < entities!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/entity.text: -------------------------------------------------------------------------------- 1 |

This is *raw* HTML text containing < entities!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/header.html: -------------------------------------------------------------------------------- 1 |

Some headerhere!

2 |

hallo

3 |

hallo

4 |

hallo

5 |
hallo
6 |
hallo
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/header.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | :html_to_native: true 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/header.text: -------------------------------------------------------------------------------- 1 |

Some headerhere!

2 |

hallo

3 |

hallo

4 |

hallo

5 |
hallo
6 |
hallo
7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_dl.html: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
kram
5 |
down
6 |
kram
7 |
down
8 |
9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_dl.text: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
kram
5 |
down
6 |
kram
7 |
down
8 |
9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_ol.html: -------------------------------------------------------------------------------- 1 |
    2 |
  1. This is a simple list item
  2. 3 |
  3. 4 |

    Followed by another

    5 |
  4. 6 |
  5. 7 |

    Followed by

    8 |

    a para list item

    9 |
  6. 10 |
  7. and a normal one
  8. 11 |
  9. 12 |

    and

    13 |

    a para

    14 |
  10. 15 |
16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_ol.text: -------------------------------------------------------------------------------- 1 |
    2 |
  1. This is a simple list item
  2. 3 |
  3. 4 |

    Followed by another

    5 |
  4. 6 |
  5. 7 |

    Followed by

    8 | 9 |

    a para list item

    10 |
  6. 11 |
  7. and a normal one
  8. 12 |
  9. 13 |

    and

    14 | 15 |

    a para

    16 |
  10. 17 |
18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_ul.html: -------------------------------------------------------------------------------- 1 |
    2 |
  • This is a simple list item
  • 3 |
  • 4 |

    Followed by another

    5 |
  • 6 |
  • 7 |

    Followed by

    8 |

    a para list item

    9 |
  • 10 |
  • and a normal one
  • 11 |
  • 12 |

    and

    13 |

    a para

    14 |
  • 15 |
16 | 17 |
    18 |
  • multi line list item
  • 19 |
20 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/list_ul.text: -------------------------------------------------------------------------------- 1 |
    2 |
  • This is a simple list item
  • 3 |
  • 4 |

    Followed by another

    5 |
  • 6 |
  • 7 |

    Followed by

    8 | 9 |

    a para list item

    10 |
  • 11 |
  • and a normal one
  • 12 |
  • 13 |

    and

    14 | 15 |

    a para

    16 |
  • 17 |
18 | 19 |
    20 |
  • multi line 21 | list item
  • 22 |
23 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/options: -------------------------------------------------------------------------------- 1 | :html_to_native: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/paragraph.html: -------------------------------------------------------------------------------- 1 |

Some text here and end

2 | 3 |

Some other text here

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/paragraph.text: -------------------------------------------------------------------------------- 1 |

Some text here and end 2 |

3 | 4 |

Some other text here

5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/table_normal.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 12 |
UsageOther
Some *data* 9 |

Some more

10 |
13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/table_normal.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 12 |
UsageOther
Some *data* 9 |

Some more

10 |
13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/typography.html: -------------------------------------------------------------------------------- 1 |

This is … something “to remember”!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/typography.html.19: -------------------------------------------------------------------------------- 1 |

This is … something “to remember”!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/html_to_native/typography.text: -------------------------------------------------------------------------------- 1 |

This is … something “to remember”!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/invalid_html_1.html: -------------------------------------------------------------------------------- 1 |

para

2 | 3 |

</div>

4 | 5 |

para

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/invalid_html_1.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | 4 | 5 | para 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/invalid_html_2.html: -------------------------------------------------------------------------------- 1 |

para

2 | 3 |
4 | 5 |

para

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/invalid_html_2.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 |
4 | 5 | para 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/markdown_attr.html: -------------------------------------------------------------------------------- 1 |
2 |

para

3 |
4 | 5 |
6 | para 7 |
8 | 9 |
10 |

para

11 |
12 | 13 |
14 | *para* 15 |
16 | 17 |

18 |

para

19 |

20 | 21 |

22 | para 23 |

24 | 25 |

26 | para 27 |

28 | 29 |

30 | *para* 31 |

32 | 33 |
34 |
emphasize
35 |
36 |

para

37 |
38 |
39 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/not_parsed.html: -------------------------------------------------------------------------------- 1 |
2 | This is some text 3 |
4 | 5 |
6 | This is some text 7 |
8 | 9 |
10 | 11 |
12 | 13 |
14 |

Foo

15 |
16 | 17 |

This is some 18 | text

19 | 20 |

http://example.com

21 | 22 |
23 | <http://example.com> 24 |
25 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/not_parsed.text: -------------------------------------------------------------------------------- 1 |
2 | This is some text 3 |
4 | 5 |
6 | This is some text 7 |
8 | 9 |
10 |

11 |
12 | 13 |
14 |

Foo

15 |
16 | 17 |

This is some 18 | text

19 | 20 | 21 | 22 |
23 | 24 |
25 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_as_raw.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_as_span.html: -------------------------------------------------------------------------------- 1 |

This text 2 | should be parsed 3 | as span 4 |

5 | 6 |

This produces `

7 |

` an unwanted result.</p>

8 | 9 |

This text too

10 |

11 | some text 12 |

13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_as_span.htmlinput: -------------------------------------------------------------------------------- 1 |

This text 2 | should be parsed 3 | as span 4 |

5 | 6 |

This produces `

7 |

` an unwanted result.</p>

8 | 9 |

This text too

10 |

11 | some text 12 |

13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_as_span.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_as_span.text: -------------------------------------------------------------------------------- 1 |

This *text 2 | should* be parsed 3 | as span 4 |

5 | 6 |

This produces `

` an unwanted result.

7 | 8 |

This *text* too

9 | some text 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_block_html.html: -------------------------------------------------------------------------------- 1 |

2 |

test

3 |
4 | 5 |
6 |
test
 7 | 
8 |
9 |
test
10 | 
11 |
12 |
13 | 14 |
15 |
code block with </div>
16 | 
17 |
18 | 19 |
20 |

No matching end tag

21 |
22 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_block_html.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/parse_block_html.text: -------------------------------------------------------------------------------- 1 |
2 | test 3 |
4 | 5 |
6 | test 7 |
8 | test 9 |
10 |
11 | 12 |
13 | code block with
14 | 15 | 16 |
17 | No matching end tag 18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/processing_instruction.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

para

4 | 5 | 6 |

para

7 | 8 |

other

9 | 10 | 14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/processing_instruction.text: -------------------------------------------------------------------------------- 1 | 2 | 3 | para 4 | 5 | para 6 | 7 | other 8 | 9 | 13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/09_html/simple.options: -------------------------------------------------------------------------------- 1 | :parse_block_html: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/10_ald/simple.html: -------------------------------------------------------------------------------- 1 |

Some paragraph

2 | 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/10_ald/simple.text: -------------------------------------------------------------------------------- 1 | Some paragraph 2 | 3 | {:id: ref1} 4 | {:id: .class1} 5 | {:id: #id} 6 | {:id: key="value"} 7 | {:id: .class2 .class3 ref2 #id-with key="value" key='value' key='dfsd\}' } 8 | {:test: k ey=value} 9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/11_ial/auto_id_and_ial.html: -------------------------------------------------------------------------------- 1 |

A header

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/11_ial/auto_id_and_ial.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/11_ial/auto_id_and_ial.text: -------------------------------------------------------------------------------- 1 | ## A header 2 | {:#myid .cls} 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/11_ial/nested.html: -------------------------------------------------------------------------------- 1 |
2 | test 3 |
4 | 5 |
6 |

test

7 |
8 | 9 |
10 |

para

11 |
12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/11_ial/nested.text: -------------------------------------------------------------------------------- 1 | {:.cls} 2 |
3 | test 4 |
5 | {:#id} 6 | 7 | {:.cls} 8 |
9 | test 10 |
11 | {:#id} 12 | 13 | {:.cls} 14 | > para 15 | {:#id} 16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/comment.html: -------------------------------------------------------------------------------- 1 |

This is a simple paragraph.

2 | 3 | 4 | 5 |

And another paragraph

6 | 7 |

{::comment} 8 | Another paragraph

9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/comment.text: -------------------------------------------------------------------------------- 1 | This is a simple paragraph. 2 | 3 | {::comment} 4 | This is a comment {:/}which is {:/comment} ignored. 5 | {:/comment} 6 | 7 | And another paragraph 8 | 9 | {::comment this='is' .ignore /} 10 | 11 | {::comment} 12 | Another paragraph 13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/ignored.html: -------------------------------------------------------------------------------- 1 |

paragraph

2 | 3 |

{::something} 4 | anotherthing 5 | {:/something}

6 | 7 |

{::something/} 8 | paragraph

9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/ignored.text: -------------------------------------------------------------------------------- 1 | paragraph 2 | 3 | {::something} 4 | anotherthing 5 | {:/something} 6 | 7 | {::something/} 8 | paragraph 9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/nomarkdown.html: -------------------------------------------------------------------------------- 1 |

This is a simple paragraph.

2 | 3 | This *is* not processed 4 | 5 |

And another paragraph

6 | 7 | bold 8 | 9 |

{::nomarkdown} 10 | Another paragraph

11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/nomarkdown.kramdown: -------------------------------------------------------------------------------- 1 | This is a simple paragraph. 2 | 3 | {::nomarkdown} 4 | This *is* not processed 5 | {:/} 6 | 7 | And another paragraph 8 | 9 | {::nomarkdown type="html"} 10 | bold 11 | {:/} 12 | 13 | {::nomarkdown type="latex"} 14 | \begin{itemize} 15 | \item[Yes] YESSSS! 16 | \end{itemize} 17 | {:/} 18 | 19 | \{::nomarkdown} Another paragraph 20 | 21 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/nomarkdown.latex: -------------------------------------------------------------------------------- 1 | This is a simple paragraph. 2 | 3 | This *is* not processed 4 | 5 | And another paragraph 6 | 7 | \begin{itemize} 8 | \item[Yes] YESSSS! 9 | \end{itemize} 10 | 11 | \{::nomarkdown\} 12 | Another paragraph 13 | 14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/nomarkdown.text: -------------------------------------------------------------------------------- 1 | This is a simple paragraph. 2 | 3 | {::nomarkdown} 4 | This *is* not processed 5 | {:/nomarkdown} 6 | 7 | And another paragraph 8 | 9 | {::nomarkdown this='is' .ignore /} 10 | 11 | {::nomarkdown type='html'} 12 | bold 13 | {:/} 14 | {::nomarkdown type="latex"} 15 | \begin{itemize} 16 | \item[Yes] YESSSS! 17 | \end{itemize} 18 | {:/} 19 | 20 | {::nomarkdown} 21 | Another paragraph 22 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options.html: -------------------------------------------------------------------------------- 1 |

No header id

2 | 3 |

without header id

4 | 5 |
6 | some *para* 7 |
8 | 9 |
10 |

some para

11 |
12 | 13 |

Some text10.

14 | 15 |
16 |
    17 |
  1. 18 |

    Some text.

    19 |
  2. 20 |
21 |
22 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options.text: -------------------------------------------------------------------------------- 1 | # No header id 2 | 3 | {::options unusedvar="val" /} 4 | 5 | # without header id 6 | 7 |
8 | some *para* 9 |
10 | 11 | {::options parse_block_html="true" parse_span_html="true" /} 12 | 13 |
14 | some *para* 15 |
16 | 17 | {::options footnote_nr="10" /} 18 | 19 | Some text[^ab]. 20 | 21 | [^ab]: Some text. 22 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options2.html: -------------------------------------------------------------------------------- 1 | 2 |

Some text1.

3 | 4 |
5 |
    6 |
  1. 7 |

    Some text.

    8 |
  2. 9 |
10 |
11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options2.text: -------------------------------------------------------------------------------- 1 | {::options footnote_nr="da10" /} 2 | 3 | Some text[^ab]. 4 | 5 | [^ab]: Some text. 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options3.html: -------------------------------------------------------------------------------- 1 |
x = Class.new 2 | 3 |
4 | 5 |
x = Class.new 6 | 7 |
8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/12_extension/options3.text: -------------------------------------------------------------------------------- 1 | x = Class.new 2 | {: lang="ruby"} 3 | 4 | {::options coderay_wrap="span" coderay_line_numbers="" coderay_css="class" coderay_tab_width="4" /} 5 | 6 | x = Class.new 7 | {: lang="ruby"} 8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/definition_at_beginning.html: -------------------------------------------------------------------------------- 1 |

: no definition

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/definition_at_beginning.text: -------------------------------------------------------------------------------- 1 | : no definition 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/item_ial.html: -------------------------------------------------------------------------------- 1 |
2 |
item
3 |
definition 4 | continued
5 |
another {:.cls}
6 |
7 |
code
 8 | 
9 |
10 |
IAL at last 11 | no code bc of text
12 |
13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/item_ial.text: -------------------------------------------------------------------------------- 1 | item 2 | : {:.cls} definition 3 | continued 4 | : another {:.cls} 5 | : {:.class} 6 | code 7 | : {:.cls} IAL at last 8 | no code bc of text 9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/multiple_terms.html: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
now
5 |
definition 1
6 |
definition 2
7 |
8 |

definition 3

9 |
10 |
11 |

definition 4

12 |
13 |
14 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/multiple_terms.text: -------------------------------------------------------------------------------- 1 | kram 2 | *down* 3 | now 4 | : definition 1 5 | : definition 2 6 | 7 | : definition 3 8 | 9 | 10 | : definition 4 11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/no_def_list.html: -------------------------------------------------------------------------------- 1 |

This is a para 2 | : and not a definition list

3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/no_def_list.text: -------------------------------------------------------------------------------- 1 | This is a para 2 | \: and not a definition list 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/para_wrapping.html: -------------------------------------------------------------------------------- 1 |
2 |
term
3 |
4 |

definition

5 |
6 |
definition
7 |
8 |

definition

9 |
10 |
11 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/para_wrapping.text: -------------------------------------------------------------------------------- 1 | term 2 | 3 | : definition 4 | : definition 5 | 6 | : definition 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/separated_by_eob.html: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
5 |
6 |
kram
7 |
down
8 |
9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/separated_by_eob.text: -------------------------------------------------------------------------------- 1 | kram 2 | : down 3 | ^ 4 | kram 5 | : down 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/simple.html: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
kram
5 |
down 6 | kram
7 |
down
8 |
9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/simple.text: -------------------------------------------------------------------------------- 1 | kram 2 | : down 3 | 4 | kram 5 | : down 6 | kram 7 | : down 8 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/styled_terms.html: -------------------------------------------------------------------------------- 1 |
2 |
kram
3 |
down
4 |
5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/styled_terms.text: -------------------------------------------------------------------------------- 1 | *kram* 2 | : down 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/too_much_space.html: -------------------------------------------------------------------------------- 1 |

para

2 | 3 |

: no definition

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/too_much_space.text: -------------------------------------------------------------------------------- 1 | para 2 | 3 | 4 | : no definition 5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/13_definition_list/with_blocks.text: -------------------------------------------------------------------------------- 1 | kram 2 | : this is some 3 | text 4 | 5 | : this is some 6 | more text 7 | 8 | kram 9 | : > blockquote 10 | 11 | kram 12 | : 13 | code 14 | 15 | kram 16 | : kram 17 | : down 18 | 19 | kram 20 | : # header 21 | 22 | kram 23 | : * list 24 | * items 25 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/errors.html: -------------------------------------------------------------------------------- 1 |

No table body

2 | 3 |

|-|-|-

4 | 5 |

|no|table|here|

6 | 7 |

|no|table|here| 8 | paragraph

9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/errors.text: -------------------------------------------------------------------------------- 1 | No table body 2 | 3 | |-|-|- 4 | 5 | [5]: test 6 | |no|table|here| 7 | 8 | |no|table|here| 9 | paragraph 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/escaping.text: -------------------------------------------------------------------------------- 1 | `cell 1 | cell 2` 2 | 3 | cell 1 \| cell 2 4 | 5 | cell 1 | cell 2 \| continued 6 | 7 | cell 1 | cell `2` 8 | 9 | cell 1 | `code | span` 10 | 11 | cell 1 `code | span` 12 | 13 | cell 1 \| `code | span` 14 | 15 | cell 1 | cell `2 | cell 3 16 | cell 1` | cell 2 | cell 3 17 | 18 | cell 1 \| cell `2 | cell 3 19 | cell 1` | cell 2 | cell 3 20 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/footer.text: -------------------------------------------------------------------------------- 1 | Simple footer 2 | 3 | | cell1 | cell2 4 | |= 5 | | cell3 | cell4 6 | 7 | Full footer 8 | 9 | | cell1 | cell2 10 | |=======|=======| 11 | | cell3 | cell4 12 | 13 | Footer with separator lines 14 | 15 | | cell1 | cell2 16 | |=======|=======| 17 | | cell3 | cell4 18 | |--- 19 | | cell5 | cell6 20 | |--- 21 | 22 | Empty footer 23 | 24 | | cell1 | cell2 25 | |= 26 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/no_table.html: -------------------------------------------------------------------------------- 1 |

No table

2 | 3 |

| Some | thing | here

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/no_table.text: -------------------------------------------------------------------------------- 1 | No table 2 | 3 | \| Some \| thing \| here 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/table_with_footnote.latex: -------------------------------------------------------------------------------- 1 | \begin{longtable}{|l|l|} 2 | \hline 3 | this is \footnote{Something 4 | 5 | \begin{quote} 6 | special here 7 | \end{quote}} & a table\\ 8 | with a & footnote\\ 9 | \hline 10 | \end{longtable} 11 | 12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/14_table/table_with_footnote.text: -------------------------------------------------------------------------------- 1 | | this is [^1] | a table 2 | | with a | footnote 3 | 4 | [^1]: Something 5 | 6 | > special here 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/15_math/normal.text: -------------------------------------------------------------------------------- 1 | This is a para. 2 | $$ \text{LaTeX} \lambda_5 $$ 3 | 4 | $$\lambda_5 = \alpha + 4$$ 5 | 6 | $$\lambda_\alpha > 5$$ 7 | This is a para. 8 | 9 | $$\begin{align*} 10 | &=5 \\ 11 | &=6 \\ 12 | \end{align*}$$ 13 | 14 | $$5+5$$ 15 | 16 | $$5+5$$ 17 | 18 | $$5+5$$ 19 | 20 | $$5+5$$ 21 | 22 | $$5+5$$ 23 | 24 | {:.cls} 25 | $$5+5$$ 26 | ^ 27 | $$5+5$$ 28 | {:.cls} 29 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/16_toc/no_toc.options: -------------------------------------------------------------------------------- 1 | :auto_ids: true 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/16_toc/no_toc.text: -------------------------------------------------------------------------------- 1 | * Here comes the table of content 2 | {:toc} 3 | 4 | # Header level 1 5 | 6 | ## Header level 2 7 | 8 | ### Header level 3 9 | 10 | #### Header level 4 11 | 12 | # Other header level 1 13 | 14 | ## Other header level 2 15 | 16 | ### Other header level 3 17 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/16_toc/toc_levels.options: -------------------------------------------------------------------------------- 1 | :toc_levels: 2..3 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/block/16_toc/toc_levels.text: -------------------------------------------------------------------------------- 1 | * Here comes the table of content 2 | {:toc} 3 | 4 | # Header level 1 5 | 6 | ## Header level 2 7 | 8 | ### Header level 3 9 | 10 | #### Header level 4 11 | 12 | # Other header level 1 13 | 14 | ## Other header level 2 15 | 16 | ### Other header level 3 17 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/empty.html: -------------------------------------------------------------------------------- 1 |

This is [] empty.

2 | 3 |

This is [][] empty.

4 | 5 |

This is [](test.html) empty.

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/empty.text: -------------------------------------------------------------------------------- 1 | This is [] empty. 2 | 3 | This is [][] empty. 4 | 5 | This is [](test.html) empty. 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/image_in_a.html: -------------------------------------------------------------------------------- 1 |

Simple: Some alt text

2 | 3 |

Nested: Some alt ![img](text.png) text

4 | 5 |

Simple: Some text alt text text

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/image_in_a.text: -------------------------------------------------------------------------------- 1 | Simple: [Some ![alt text](/images/other.png)](local.html) 2 | 3 | Nested: [Some ![alt ![img](text.png) text](/images/other.png)](local.html) 4 | 5 | Simple: [Some *text ![alt text](/images/other.png) text*](local.html) 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/imagelinks.text: -------------------------------------------------------------------------------- 1 | Simple: ![alt text](/images/other.png) 2 | 3 | Simple with title: ![alt text](/images/other.png "title") 4 | 5 | Empty img link: ![alt text]() 6 | 7 | Reference style: ![alt text][img] 8 | 9 | Reference style with title: ![alt text][imgo] 10 | 11 | No alt text: ![](other.png) 12 | 13 | No id: ![imgo] 14 | 15 | [img]: other.png 16 | [imgo]: other.png "Title" 17 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/link_defs.html: -------------------------------------------------------------------------------- 1 |

This is a para. 2 | [id]: http://www.example.com/

3 | 4 |
[4]: nourl
 5 | 
6 | 7 |

Points to 1 and 2 and 3 but not [4]

8 | 9 |

Points to _.:,;!?-

10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/links_with_angle_brackets.html: -------------------------------------------------------------------------------- 1 |

This is a link.

2 | 3 |

This is a link.

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/01_link/links_with_angle_brackets.text: -------------------------------------------------------------------------------- 1 | This is a [link](). 2 | 3 | This is a [link]( 'and title'). 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/02_emphasis/empty.html: -------------------------------------------------------------------------------- 1 |

This __is **empty.

2 | 3 |

This **is empty.

4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/02_emphasis/empty.text: -------------------------------------------------------------------------------- 1 | This __is **empty. 2 | 3 | This ****is empty. 4 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/02_emphasis/errors.html: -------------------------------------------------------------------------------- 1 |

This is a *star.

2 | 3 |

This is a **star.

4 | 5 |

This is *a *star.

6 | 7 |

This is *a star*.

8 | 9 |

This** is** a star.

10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/02_emphasis/errors.text: -------------------------------------------------------------------------------- 1 | This is a *star. 2 | 3 | This is a **star. 4 | 5 | This is **a *star*. 6 | 7 | This is *a star\*. 8 | 9 | This** is** a star. 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/empty.html: -------------------------------------------------------------------------------- 1 |

This is `` empty.

2 | 3 |

This is ``empty.

4 | 5 |

This is ````empty.

6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/empty.text: -------------------------------------------------------------------------------- 1 | This is `` empty. 2 | 3 | This is ``empty. 4 | 5 | This is ````empty. 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/errors.html: -------------------------------------------------------------------------------- 1 |

Not ended `span.

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/errors.text: -------------------------------------------------------------------------------- 1 | Not ended `span. 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/highlighting.html: -------------------------------------------------------------------------------- 1 |

You can say x = Class.new, for example.

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/highlighting.text: -------------------------------------------------------------------------------- 1 | You can say `x = Class.new`{: lang="ruby"}, for example. 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/normal.html: -------------------------------------------------------------------------------- 1 |

This is a simple span.

2 | 3 |

With some<ht>&ml in it.

4 | 5 |

And ` backticks.

6 | 7 |

And ``some`` more.

8 | 9 |

With backslash in\ it.

10 | 11 |

This is a ` literal backtick. 12 | As `are` these!

13 | 14 |

No literal backtick.

15 | 16 |

something

17 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/03_codespan/normal.text: -------------------------------------------------------------------------------- 1 | This is `a` simple span. 2 | 3 | With `some&ml` in it. 4 | 5 | And `` ` `` backticks. 6 | 7 | And ``` ``some`` ``` more. 8 | 9 | With backslash `in\` it. 10 | 11 | This is a ` literal backtick. 12 | As \`are\` these! 13 | 14 | No `` literal backtick``. 15 | 16 | `something` 17 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/definitions.html: -------------------------------------------------------------------------------- 1 |

Some para.

2 | 3 |
4 |

blockquote

5 |
6 | 7 |
    8 |
  • a list 9 | with some text
  • 10 |
11 | 12 |
    13 |
  • other list
  • 14 |
15 |
code
16 | 
17 | 18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/definitions.latex: -------------------------------------------------------------------------------- 1 | Some para. 2 | 3 | \begin{quote} 4 | blockquote 5 | \end{quote} 6 | 7 | \begin{itemize} 8 | \item a list 9 | with some text 10 | \end{itemize} 11 | 12 | \begin{itemize} 13 | \item other list 14 | \end{itemize} 15 | \begin{verbatim}code 16 | \end{verbatim} 17 | 18 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/definitions.text: -------------------------------------------------------------------------------- 1 | Some para. 2 | 3 | [^footnote]: ignored definition 4 | [^footnote]: Some footnote text 5 | 6 | > blockquote 7 | 8 | [^other]: some 9 | foot 10 | 11 | note text 12 | 13 | * a list 14 | with some text 15 | 16 | [^tnote]: foot note 17 | 18 | * other list 19 | ^ 20 | code 21 | 22 | [^1]: 23 | > a blockquote 24 | and some para 25 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/footnote_nr.html: -------------------------------------------------------------------------------- 1 |

This is a footnote35. And another36.

2 | 3 |
4 |
    5 |
  1. 6 |

    Some text.

    7 |
  2. 8 |
  3. 9 |

    Some other text.

    10 |
  4. 11 |
12 |
13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/footnote_nr.latex: -------------------------------------------------------------------------------- 1 | This is a footnote\footnote{Some text.}. And another\footnote{Some other text.}. 2 | 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/footnote_nr.options: -------------------------------------------------------------------------------- 1 | :footnote_nr: 35 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/footnote_nr.text: -------------------------------------------------------------------------------- 1 | This is a footnote[^ab]. And another[^bc]. 2 | 3 | [^ab]: Some text. 4 | [^bc]: Some other text. 5 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/04_footnote/markers.text: -------------------------------------------------------------------------------- 1 | This is some *ref.[^fn] 2 | 3 | [^fn]: Some foot note text 4 | 5 | > a blockquote [^3] 6 | 7 | * and a list item [^1] 8 | 9 | # And a header[^now] 10 | 11 | [^1]:some *text* 12 | [^3]: other text 13 | with more lines 14 | 15 | > and a quote 16 | 17 | A marker without a definition [^without]. 18 | 19 | A marker [^empty] used twice[^fn]. 20 | 21 | [^now]: 22 | 23 | code block 24 | continued here 25 | 26 | [^empty]: 27 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/across_lines.html: -------------------------------------------------------------------------------- 1 |

Link: test

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/across_lines.text: -------------------------------------------------------------------------------- 1 | Link: test 3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/invalid.html: -------------------------------------------------------------------------------- 1 |

This is some text

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/invalid.text: -------------------------------------------------------------------------------- 1 | This is some text 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/link_with_mailto.html: -------------------------------------------------------------------------------- 1 |

Link: text

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/link_with_mailto.text: -------------------------------------------------------------------------------- 1 | Link: text 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/markdown_attr.html: -------------------------------------------------------------------------------- 1 |

This is text 2 | This is *text* 3 | This is text 4 | This is text 5 | This is *nothing* to fear about. 6 | This is <http://example.com>.

7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/05_html/markdown_attr.text: -------------------------------------------------------------------------------- 1 | This is *text* 2 | This is *text* 3 | This is *text* 4 | This is *text* 5 | This is *nothing* to *fear* about. 6 | This is . 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/abbreviations/abbrev.html: -------------------------------------------------------------------------------- 1 |

This is some text.

2 | 3 |

There is some real concern about OtHeR!

4 | 5 |

is some Think empty about Österreich.

6 | 7 |

no abbrev here because there is someone and kulis some

8 | 9 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/abbreviations/abbrev.text: -------------------------------------------------------------------------------- 1 | This is some text. 2 | 3 | *[is some]: Yes it is 4 | *[OtHeR!]: Other 5 | 6 | *[is some]: It is, yes 7 | *[empty]: 8 | 9 | There *is some real* concern about OtHeR! 10 | 11 | is some Think empty about Österreich. 12 | 13 | no abbrev here because there is someone and kulis some 14 | 15 | *[Österreich]: Very nice country 16 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/abbreviations/abbrev_defs.html: -------------------------------------------------------------------------------- 1 |
*[4]: noabbrev
2 | 
3 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/abbreviations/abbrev_defs.text: -------------------------------------------------------------------------------- 1 | *[ABBR]: Some abbreviations 2 | *[one abbr]: one abbrev 3 | *[2 and other]: another 4 | *[3]: yet another 5 | *[4]: noabbrev 6 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/escaped_chars/normal.html: -------------------------------------------------------------------------------- 1 |

\

2 | 3 |

.

4 | 5 |

*

6 | 7 |

_

8 | 9 |

+

10 | 11 |

-

12 | 13 |

`

14 | 15 |

(

16 | 17 |

)

18 | 19 |

[

20 | 21 |

]

22 | 23 |

{

24 | 25 |

}

26 | 27 |

#

28 | 29 |

!

30 | 31 |

<<

32 | 33 |

>>

34 | 35 |

:

36 | 37 |

|

38 | 39 |

"

40 | 41 |

'

42 | 43 |

=

44 | 45 |

>

46 | 47 |

<

48 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/escaped_chars/normal.text: -------------------------------------------------------------------------------- 1 | \\ 2 | 3 | \. 4 | 5 | \* 6 | 7 | \_ 8 | 9 | \+ 10 | 11 | \- 12 | 13 | \` 14 | 15 | \( 16 | 17 | \) 18 | 19 | \[ 20 | 21 | \] 22 | 23 | \{ 24 | 25 | \} 26 | 27 | \# 28 | 29 | \! 30 | 31 | \<< 32 | 33 | \>> 34 | 35 | \: 36 | 37 | \| 38 | 39 | \" 40 | 41 | \' 42 | 43 | \= 44 | 45 | \> 46 | 47 | \< 48 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/comment.html: -------------------------------------------------------------------------------- 1 |

This is a paragraph. 2 | This is a paragraph. 3 | This is a . 4 | This is a paragraph. 5 | This is a {:/comment} simple {:/} paragraph. 6 | This is a {::comment} paragraph.

7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/comment.text: -------------------------------------------------------------------------------- 1 | This is a {::comment}simple{:/} paragraph. 2 | This is a {::comment}simple{:/comment} paragraph. 3 | This is a {::comment}simple {:/other} paragraph{:/comment}. 4 | This is a {::comment/} paragraph. 5 | This is a {:/comment} simple {:/} paragraph. 6 | This is a {::comment} paragraph. 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/ignored.html: -------------------------------------------------------------------------------- 1 |

This is {::something}paragraph{:/}

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/ignored.text: -------------------------------------------------------------------------------- 1 | This is {::something}paragraph{:/} 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/nomarkdown.html: -------------------------------------------------------------------------------- 1 |

This is *some* text.

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/nomarkdown.text: -------------------------------------------------------------------------------- 1 | This is {::nomarkdown}*some*{:/} text. 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/options.html: -------------------------------------------------------------------------------- 1 |

This is an option *true*!

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/extension/options.text: -------------------------------------------------------------------------------- 1 | This is an {::options parse_span_html="false" /} option *true*! 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/ial/simple.html: -------------------------------------------------------------------------------- 1 |

This is a span.

2 | 3 |

This is a span.

4 | 5 |

This is an{: .ignored} span ial. 6 | This is an{: .escaped} span ial.

7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/ial/simple.text: -------------------------------------------------------------------------------- 1 | This is a `span`{: .hund #dog}. 2 | 3 | This is a `span`{: .hund #dog}{: .katz key='val'}. 4 | 5 | This is an{: .ignored} span ial. 6 | This is an\{: .escaped} span ial. 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/line_breaks/normal.html: -------------------------------------------------------------------------------- 1 |

This is a line
2 | with a line break.

3 | 4 |

This is a line 5 | without a line break.

6 | 7 |

This is a line
8 | with a line\
9 | break.

10 | 11 |

Line break on last line.

12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/line_breaks/normal.latex: -------------------------------------------------------------------------------- 1 | This is a line\newline 2 | with a line break. 3 | 4 | This is a line 5 | without a line break. 6 | 7 | This is a line \newline 8 | with a line\textbackslash{} \newline 9 | break. 10 | 11 | Line break on last line. 12 | 13 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/line_breaks/normal.text: -------------------------------------------------------------------------------- 1 | This is a line 2 | with a line break. 3 | 4 | This is a line 5 | without a line break. 6 | 7 | This is a line \\ 8 | with a line\\ 9 | break. 10 | 11 | Line break on last line. 12 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/math/normal.html: -------------------------------------------------------------------------------- 1 |

This is some math.

2 | 3 |

inline math, $5.00 $$no math$$

4 | 5 |

$$5+5$$ inline math

6 | 7 |

8 | 9 |

$$5+5$$

10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/math/normal.text: -------------------------------------------------------------------------------- 1 | This is $$\lambda_\alpha > 5$$ some math. 2 | 3 | $$5+5$$ inline math, $5.00 \$$no math$$ 4 | 5 | \$\$5+5$$ inline math 6 | 7 | \$$5+5$$ 8 | 9 | \$\$5+5$$ 10 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me 2 | As well \& as this. Some ŗ other 3 | values may ¯ may also show but 4 | not st. like &#xYZ;.

5 | 6 |

This is BS&T; done!

7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me 2 | As well \& as this. Some ŗ other 3 | values may ¯ may also show but 4 | not st. like &#xYZ;. 5 | 6 | This is BS&T; done! 7 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_char.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_char.html.19: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_char.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_char 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_char.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_input.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_input.options: -------------------------------------------------------------------------------- 1 | :entity_output: :as_input 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_as_input.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_numeric.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_numeric.options: -------------------------------------------------------------------------------- 1 | :entity_output: :numeric 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_numeric.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_symbolic.html: -------------------------------------------------------------------------------- 1 |

This is the A&O. © 2008 by me ŗ and λ

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_symbolic.options: -------------------------------------------------------------------------------- 1 | :entity_output: :symbolic 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/entities_symbolic.text: -------------------------------------------------------------------------------- 1 | This is the A&O. © 2008 by me ŗ and λ 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/greaterthan.html: -------------------------------------------------------------------------------- 1 |

2 > 1 > 0

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/greaterthan.text: -------------------------------------------------------------------------------- 1 | 2 > 1 > 0 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/lowerthan.html: -------------------------------------------------------------------------------- 1 |

0 < 1 < 2

2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/lowerthan.text: -------------------------------------------------------------------------------- 1 | 0 < 1 < 2 2 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/typography.html.19: -------------------------------------------------------------------------------- 1 |

This is… something—this too–!

2 | 3 |

This «is» some text, « this » too!

4 | 5 |

“Fancy quotes” are ‘cool’, even in the ’80s! 6 | Je t’ aime. You’re a funny one! Thomas’ name 7 | Mark’s name. “…you” 8 | “‘Nested’ quotes are ‘possible’”, too! 9 | ‘“Otherway” is “round”’!

10 | 11 |

‘Opening now!’

12 | 13 |

’80s are really cool.

14 | 15 |

Cluster’s Last Stand.

16 | 17 |

Nam liber tempor 18 | “…At vero eos et accusam”

19 | -------------------------------------------------------------------------------- /Support/resources/kramdown/test/testcases/span/text_substitutions/typography.text: -------------------------------------------------------------------------------- 1 | This is... something---this too--! 2 | 3 | This <> some text, << this >> too! 4 | 5 | "Fancy quotes" are 'cool', even in the '80s! 6 | Je t' aime. You're a funny one! Thomas' name 7 | Mark's name. "...you" 8 | "'Nested' quotes are 'possible'", too! 9 | '"Otherway" is "round"'! 10 | 11 | 'Opening now!' 12 | 13 | '80s are really cool. 14 | 15 | Cluster's Last Stand. 16 | 17 | Nam liber tempor 18 | "...At vero eos et accusam" 19 | -------------------------------------------------------------------------------- /Support/styles.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | font-size: large; 3 | color: #0F5499; 4 | } 5 | .param { 6 | font-weight: bold; 7 | } 8 | dt { 9 | font-weight: bold; 10 | font-size: small; 11 | margin-bottom: 1px; 12 | } 13 | dd { 14 | margin-bottom: 10px; 15 | } 16 | .code { 17 | font-family: "Courier New", Courier, monospace; 18 | white-space: pre; 19 | } 20 | body,td,th { 21 | font-family: Verdana, Arial, Helvetica, sans-serif; 22 | font-size: small; 23 | } 24 | -------------------------------------------------------------------------------- /Templates/Custom Function.tmTemplate/newFunction.calc: -------------------------------------------------------------------------------- 1 | 2 | 3 | /* __________________________________________________ 4 | 5 | ${TM_FUNCTION_EXAMPLE_LABEL} ${1:TM_NEW_FILE_BASENAME} ( ) 6 | PURPOSE: 7 | EXAMPLES: 8 | 9 | HISTORY: 10 | Created: Created: ${TM_DATETIME} - ${TM_USER_NAME} 11 | Modified: 12 | */ --------------------------------------------------------------------------------