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

Adding non-breakable spaces lua filter #119

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2020

  1. Create sample.md

    Delanii authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    1c951b5 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Delanii authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    ed6a50a View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Delanii authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    dd2f12e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Update README.md

    Updated to have max 80 chars per line.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    36c91bf View commit details
    Browse the repository at this point in the history
  2. Rename sample.md to sampleCZ.md

    Renamed to `sampleCZ` to allow testing of czech language setting.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7df6f7c View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Another sample for english language testing.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    64bf968 View commit details
    Browse the repository at this point in the history
  4. Rename expected.html to expectedCZ.html

    Expected result from compilation of `sampleCZ.md`. Just renamed.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e167899 View commit details
    Browse the repository at this point in the history
  5. Update nonbreakablespace.lua

    Updated to read `lang` variable setting with default value for english, also with fallback to english if `lang` is not specified. Also added english `prefixes`.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5e829a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a62c16 View commit details
    Browse the repository at this point in the history
  7. Delete expectedCZ.html

    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6a8bc4f View commit details
    Browse the repository at this point in the history
  8. Add files via upload

    New file for testing after latest filter update.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    d0bc724 View commit details
    Browse the repository at this point in the history
  9. Update sampleCZ.md

    Added explicit `lang` setting.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    feec602 View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    Added test result for english `lang` setting.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0cca88c View commit details
    Browse the repository at this point in the history
  11. Update makefile

    Added test for english `lang` setting, renamed filter file.
    Delanii authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    ea8e13a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Delete expectedCZ.html

    Delanii authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    f78a1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5d58a View commit details
    Browse the repository at this point in the history
  3. Now testing also for SoftBreak element

    Also added fixes per first review suggestion (at least partially)
    Delanii authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    d5fce8b View commit details
    Browse the repository at this point in the history
  4. Delete expectedEN.html

    Delanii authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    80a6900 View commit details
    Browse the repository at this point in the history
  5. New test file for english

    Delanii authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    25a7564 View commit details
    Browse the repository at this point in the history
  6. Delete expectedEN.html

    Delanii authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    a4c6e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f13001 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Delete README.md

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f060207 View commit details
    Browse the repository at this point in the history
  2. Delete expectedCZ.html

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c02aa69 View commit details
    Browse the repository at this point in the history
  3. Delete expectedEN.html

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    22c7c82 View commit details
    Browse the repository at this point in the history
  4. Delete makefile

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    fa6a2b8 View commit details
    Browse the repository at this point in the history
  5. Delete pandocVlna.lua

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7008e81 View commit details
    Browse the repository at this point in the history
  6. Delete sampleCZ.md

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    a675d44 View commit details
    Browse the repository at this point in the history
  7. Delete sampleEN.md

    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5ebf029 View commit details
    Browse the repository at this point in the history
  8. Reupload

    Complete reupload of new files because fo failing tests.
    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    bc67eb1 View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    Complete reupload
    Delanii authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7de7a14 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Update pandocVlna.lua

    Fixed review suggestion no. 2
    Delanii authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    76b00e7 View commit details
    Browse the repository at this point in the history
  2. Delete pandocVlna.lua

    about to reupload new one
    Delanii authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    11794ff View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Changes per review suggestion 3 and 4.
    Delanii authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7536ba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    dad0797 View commit details
    Browse the repository at this point in the history
  2. Update per suggestions in PR

    Also updated file header according to new contribution guide.
    Delanii authored Nov 22, 2020
    Configuration menu
    Copy the full SHA
    8f7501f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Bugfix

    I was returning from Meta function, which caused destruction of all metadata. That should be fixed now, Hopefully it will fix the filter tests too.
    Delanii authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ce063f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Bugfix if last element in par block is "Space"

    The filter failed if last element in paragraph would be "Space" (result of other filter or from writing), similarly to case when "Space" would be first element of par block. Fixed now in replacement loop beginning (line 122)
    Delanii authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d407e90 View commit details
    Browse the repository at this point in the history