Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test and export templateHelpers #986

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

martijnversluis
Copy link
Owner

Usage:

import templateHelpers from 'chordsheetjs';

const {
  isChordLyricsPair,
  lineHasContents,
  isTag,
  isComment,
  stripHTML,
  each,
  when,
  hasTextContents,
  lineClasses,
  paragraphClasses,
  evaluate,
  fontStyleTag,
} = templateHelpers;

Resolves #934

@martijnversluis martijnversluis force-pushed the test-and-export-template-helpers branch from 00763c5 to fbaf08a Compare August 28, 2023 19:31
Usage:

```javascript
import templateHelpers from 'chordsheetjs';

const {
  isChordLyricsPair,
  lineHasContents,
  isTag,
  isComment,
  stripHTML,
  each,
  when,
  hasTextContents,
  lineClasses,
  paragraphClasses,
  evaluate,
  fontStyleTag,
} = templateHelpers;
```

Resolves #934
@martijnversluis martijnversluis force-pushed the test-and-export-template-helpers branch from fbaf08a to 6e1ff35 Compare August 31, 2023 07:43
@codeclimate
Copy link

codeclimate bot commented Aug 31, 2023

Code Climate has analyzed commit 6e1ff35 and detected 0 issues on this pull request.

View more on Code Climate.

@martijnversluis martijnversluis merged commit 51b05ba into master Aug 31, 2023
@martijnversluis martijnversluis deleted the test-and-export-template-helpers branch August 31, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve html formatter
1 participant